diff options
| author | Chris Rebert <[email protected]> | 2015-03-09 09:14:16 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-09 09:14:16 -0700 |
| commit | f65bd7bed0de3e56cebdfc95ca9078c290ec6db4 (patch) | |
| tree | 376b57c8163999b8d2ccf6b49e7f86d679cc6096 /less/tooltip.less | |
| parent | fbc5d8ee414519b7c7af0a1f35c86f900e0e7aa9 (diff) | |
| parent | b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157 (diff) | |
| download | bootstrap-f65bd7bed0de3e56cebdfc95ca9078c290ec6db4.tar.xz bootstrap-f65bd7bed0de3e56cebdfc95ca9078c290ec6db4.zip | |
Merge pull request #16021 from twbs/visibility-block
rm `visibility` where redundant to `display`
Diffstat (limited to 'less/tooltip.less')
| -rw-r--r-- | less/tooltip.less | 1 |
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; |
