mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Drop: all vendor prefix mixins because autoprefixer
This commit is contained in:
+2
-2
@@ -11,9 +11,9 @@
|
||||
visibility: visible;
|
||||
font-size: @font-size-small;
|
||||
line-height: 1.4;
|
||||
.opacity(0);
|
||||
opacity: 0;
|
||||
|
||||
&.in { .opacity(@tooltip-opacity); }
|
||||
&.in { opacity: @tooltip-opacity; }
|
||||
&.top { margin-top: -3px; padding: @tooltip-arrow-width 0; }
|
||||
&.right { margin-left: 3px; padding: 0 @tooltip-arrow-width; }
|
||||
&.bottom { margin-top: 3px; padding: @tooltip-arrow-width 0; }
|
||||
|
||||
Reference in New Issue
Block a user