From 1bc9fb626c7f1829c3e86969a206091d93addca7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 16 Mar 2015 14:47:07 -0700 Subject: [PATCH] hoist text-decoration reset up from .tooltip-inner to .tooltip --- less/tooltip.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2