Revert "Fix .hidden class specificity, should not be overridable, ref #12138"
This reverts commit 25e70e1eb7
.
This commit is contained in:
parent
927bdebd65
commit
9387294993
|
@ -25,12 +25,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important; /* Hiding should take precedence */
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden-visually {
|
.hidden-visually {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -10000px;
|
left:-10000px;
|
||||||
top: auto;
|
top: auto;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
|
Loading…
Reference in New Issue