diff options
| author | Mark Otto <[email protected]> | 2013-12-14 21:43:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-14 21:43:08 -0800 |
| commit | 647e9eb0f192a18ee84b7e8a4ca162354d98cebb (patch) | |
| tree | 8a41c352895ae9df002950a58135d89ef8dc67e7 /less/tooltip.less | |
| parent | 072ccd4ddad1dcf642e27497c5253ce578182719 (diff) | |
| download | bootstrap-647e9eb0f192a18ee84b7e8a4ca162354d98cebb.tar.xz bootstrap-647e9eb0f192a18ee84b7e8a4ca162354d98cebb.zip | |
Fixes #11555: Add `@tooltip-opacity` variable
Diffstat (limited to 'less/tooltip.less')
| -rw-r--r-- | less/tooltip.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tooltip.less b/less/tooltip.less index ce793cb93..bd626996f 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -13,7 +13,7 @@ line-height: 1.4; .opacity(0); - &.in { .opacity(.9); } + &.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; } |
