style: hide self-responses label when activation strategy is not natural (#4593)

d56c649d8690e4a52767e8386d64b6948270427e

Wolfsblvt <wolfsblvt@gmail.com>

Signed
1 files changed, +4 -0Showing whitespace changes
public/style.css+4 -0
@@ -3299,6 +3299,10 @@ input[type=search]:focus::-webkit-search-cancel-button {
32993299 position: relative;
33003300}
33013301
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+
33023306.group_member .queue_position:not(:empty)::before {
33033307 content: "#";
33043308}