aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-16 14:47:07 -0700
committerChris Rebert <[email protected]>2015-04-08 00:50:38 -0700
commit1bc9fb626c7f1829c3e86969a206091d93addca7 (patch)
tree97a573bd100398b42de606c2a7fb905447cb45af /less
parent07a5d55f01c826c136b58c89907be76a203d5eaa (diff)
downloadbootstrap-1bc9fb626c7f1829c3e86969a206091d93addca7.tar.xz
bootstrap-1bc9fb626c7f1829c3e86969a206091d93addca7.zip
hoist text-decoration reset up from .tooltip-inner to .tooltip
Diffstat (limited to 'less')
-rw-r--r--less/tooltip.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tooltip.less b/less/tooltip.less
index c0dfd55ce..90207b54a 100644
--- a/less/tooltip.less
+++ b/less/tooltip.less
@@ -13,6 +13,7 @@
font-size: @font-size-small;
font-weight: normal;
line-height: @line-height-base;
+ text-decoration: none;
.opacity(0);
&.in { .opacity(@tooltip-opacity); }
@@ -28,7 +29,6 @@
padding: 3px 8px;
color: @tooltip-color;
text-align: center;
- text-decoration: none;
background-color: @tooltip-bg;
border-radius: @border-radius-base;
}