Added .hidden CSS class
This commit is contained in:
@@ -421,3 +421,8 @@
|
|||||||
.hiddable.active {
|
.hiddable.active {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* In case of collision with classes that use 'active' */
|
||||||
|
.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user