mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
Fixes #8329: add !important to .hidden
This commit is contained in:
parent
5e29c42211
commit
c9ccbd2cf0
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@
|
|||
// Hide from screenreaders and browsers
|
||||
// Credit: HTML5 Boilerplate
|
||||
.hidden {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
// Visibility utilities
|
||||
|
|
|
|||
Loading…
Reference in a new issue