diff options
| author | Mark Otto <[email protected]> | 2014-07-08 02:04:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 02:04:48 -0700 |
| commit | d7b38d8c4a2669f54f204bc2e555bf58b9717441 (patch) | |
| tree | e042db88d9a9c9ec77e684d50d867b8230fac9a8 /less/tooltip.less | |
| parent | 6fda4098538693259226b1f67d57ff4905a4c173 (diff) | |
| download | bootstrap-d7b38d8c4a2669f54f204bc2e555bf58b9717441.tar.xz bootstrap-d7b38d8c4a2669f54f204bc2e555bf58b9717441.zip | |
Drop: all vendor prefix mixins because autoprefixer
Diffstat (limited to 'less/tooltip.less')
| -rw-r--r-- | less/tooltip.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/tooltip.less b/less/tooltip.less index bd626996f..420b2c4d2 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -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; } |
