Fixes #6339: Use important flag on .hide and .show utility classes
This commit is contained in:
parent
c00f29e4d4
commit
f706acb11c
2 changed files with 4 additions and 4 deletions
|
|
@ -13,10 +13,10 @@
|
|||
|
||||
// Toggling content
|
||||
.hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
// Visibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue