mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
13 lines
257 B
SCSS
13 lines
257 B
SCSS
/*
|
|
Flags page CSS
|
|
- Originally in ACP
|
|
- Now available in front-end for global mods as well
|
|
*/
|
|
|
|
.page-flags {
|
|
// hide the all categories li element
|
|
[component="flags/filters"] [component="category/dropdown"] [data-cid="all"] {
|
|
display: none;
|
|
}
|
|
}
|