mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
feat: add hidden-empty utility
This commit is contained in:
@@ -131,6 +131,12 @@ blockquote {
|
|||||||
border-color: $text-muted!important;
|
border-color: $text-muted!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hidden-empty {
|
||||||
|
&:empty {
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// some classes that are used commonly in themes from bs3
|
// some classes that are used commonly in themes from bs3
|
||||||
.hidden, .hide {
|
.hidden, .hide {
|
||||||
display: none!important;
|
display: none!important;
|
||||||
|
|||||||
Reference in New Issue
Block a user