From: Chris Rebert Date: Mon, 16 Mar 2015 21:47:07 +0000 (-0700) Subject: hoist text-decoration reset up from .tooltip-inner to .tooltip X-Git-Tag: v3.3.5~131^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc9fb626c7f1829c3e86969a206091d93addca7;p=thirdparty%2Fbootstrap.git hoist text-decoration reset up from .tooltip-inner to .tooltip --- diff --git a/less/tooltip.less b/less/tooltip.less index c0dfd55ce1..90207b54a6 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; }