style: hide self-responses label when activation strategy is not natural (#4593)
Signed| @@ -3299,6 +3299,10 @@ input[type=search]:focus::-webkit-search-cancel-button { | |||
| 3299 | position: relative; | 3299 | position: relative; |
| 3300 | } | 3300 | } |
| 3301 | 3301 | ||
| 3302 | #rm_group_top_bar:not(:has(#rm_group_activation_strategy option[value="0"]:checked)) label:has(#rm_group_allow_self_responses) { | ||
| 3303 | display: none; | ||
| 3304 | } | ||
| 3305 | |||
| 3302 | .group_member .queue_position:not(:empty)::before { | 3306 | .group_member .queue_position:not(:empty)::before { |
| 3303 | content: "#"; | 3307 | content: "#"; |
| 3304 | } | 3308 | } |