mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 03:23:43 +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
|
// Hide from screenreaders and browsers
|
||||||
// Credit: HTML5 Boilerplate
|
// Credit: HTML5 Boilerplate
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none !important;
|
||||||
visibility: hidden;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Visibility utilities
|
// Visibility utilities
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue