aboutsummaryrefslogtreecommitdiff
path: root/less/tooltip.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-09 01:39:43 -0700
committerChris Rebert <[email protected]>2015-03-09 01:40:26 -0700
commitb6b0fe7d22c1dccb83541f4d78fdbdf40bef2157 (patch)
tree397e38946fddb3820c61dd84a23147116fd8e179 /less/tooltip.less
parent38fbd8fe35d770651bbaee1f41e1d9d17d2a7879 (diff)
downloadbootstrap-b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157.tar.xz
bootstrap-b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157.zip
rm `visibility` where redundant to `display`
Refs #15755
Diffstat (limited to 'less/tooltip.less')
-rw-r--r--less/tooltip.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/tooltip.less b/less/tooltip.less
index 3ebfdcdff..9d5684743 100644
--- a/less/tooltip.less
+++ b/less/tooltip.less
@@ -8,7 +8,6 @@
position: absolute;
z-index: @zindex-tooltip;
display: block;
- visibility: visible;
// Reset font and text properties given new insertion method
font-family: @font-family-base;
font-size: @font-size-small;