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:
parent
07a5d55f01
commit
1bc9fb626c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user