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