aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/tooltip.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tooltip.less b/less/tooltip.less
index c0dfd55ce..90207b54a 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;
}