mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 18:50:24 +00:00
Removed visibility: hidden !important from .hidden class
This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121
This commit is contained in:
parent
27677fab5b
commit
7dd72d83fa
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@
|
|||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue