diff options
| author | Chris Rebert <[email protected]> | 2015-03-09 01:36:00 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-09 01:36:00 -0700 |
| commit | 38fbd8fe35d770651bbaee1f41e1d9d17d2a7879 (patch) | |
| tree | 3168134ad1579afb0eb67233babc7bb9326ab2f3 | |
| parent | c178995b87329f2284e846dea90fe1c3da6186f1 (diff) | |
| parent | 7dd72d83fab7394dee7326c0a6214374ec796ff6 (diff) | |
| download | bootstrap-38fbd8fe35d770651bbaee1f41e1d9d17d2a7879.tar.xz bootstrap-38fbd8fe35d770651bbaee1f41e1d9d17d2a7879.zip | |
Merge pull request #15755 from jitendravyas/master
Removed `visibility: hidden !important` from `.hidden` class
| -rw-r--r-- | less/utilities.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/utilities.less b/less/utilities.less index a26031214..7a8ca27a8 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -44,7 +44,6 @@ .hidden { display: none !important; - visibility: hidden !important; } |
