0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

hoist text-decoration reset up from .tooltip-inner to .tooltip

This commit is contained in:
Chris Rebert 2015-03-16 14:47:07 -07:00
parent 07a5d55f01
commit 1bc9fb626c

View File

@ -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;
}