Fix: Rounding - Remove radio button

This commit is contained in:
2641a40fd44383320adde4b027a1d0b03bd550 2023-02-02 13:16:05 +05:00
parent 8ac1fb6e47
commit ca1ee5222a
2 changed files with 2 additions and 4 deletions

View file

@ -3131,8 +3131,7 @@
}
}
@supports -moz-bool-pref("userChrome.rounding.square_checklabel") {
.checkbox-check,
xul|*.radio-check {
.checkbox-check {
border-radius: 0 !important;
}
}

View file

@ -90,8 +90,7 @@
}
@include Option("userChrome.rounding.square_checklabel") {
.checkbox-check,
xul|*.radio-check {
.checkbox-check {
border-radius: 0 !important;
}
}