aboutsummaryrefslogtreecommitdiff
path: root/less/tooltip.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-07 22:17:39 -0800
committerMark Otto <[email protected]>2014-11-07 22:17:39 -0800
commit2862c30320e8a1c0499f4bd83141e0c6cd959f1e (patch)
treed4b184304f1f6e505c6acb6aab7189ee8548d0f5 /less/tooltip.less
parentd904429e05ce8ba68ebba673cab603a861792aba (diff)
downloadbootstrap-2862c30320e8a1c0499f4bd83141e0c6cd959f1e.tar.xz
bootstrap-2862c30320e8a1c0499f4bd83141e0c6cd959f1e.zip
Fixes #15046: Add full font overrides for popovers and tooltips
Diffstat (limited to 'less/tooltip.less')
-rw-r--r--less/tooltip.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/tooltip.less b/less/tooltip.less
index 8f7fcbebc..9c2a37fd4 100644
--- a/less/tooltip.less
+++ b/less/tooltip.less
@@ -9,7 +9,10 @@
z-index: @zindex-tooltip;
display: block;
visibility: visible;
+ // Reset font and text propertes given new insertion method
+ font-family: @font-family-base;
font-size: @font-size-small;
+ font-weight: normal;
line-height: 1.4;
.opacity(0);