2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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;
}