Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
af7feef5467e0dd8ab457d2ea73a276b2d404046
/
.
/
src
/
features
/
bulkReportReplies
/
ui
/
styles.css
blob: 7880703b30e91e5f3e51dd8726293b28c718f231 [
file
] [
log
] [
blame
]
/**
* When the option is disabled or the feature is temporarily disabled via the
* toolbar, we hide bulk-report-controls.
*/
body
:
not
(.
TWPT-bulkreportreplies-enabled
)
{
bulk-report-controls
{
display
:
none
;
}
}