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;
}
}