Fix: Rounding - Square field apply for urlbar, searchbar

This commit is contained in:
alstjr7375 2022-10-27 15:47:05 +09:00
parent c738e01009
commit b456d5ca06
2 changed files with 10 additions and 0 deletions

View file

@ -3271,6 +3271,11 @@
html|input {
border-radius: 0 !important;
}
#urlbar-background,
#searchbar {
--toolbarbutton-border-radius: 0;
}
}
@supports -moz-bool-pref("userChrome.rounding.square_checklabel") {
.checkbox-check,

View file

@ -56,6 +56,11 @@
html|input {
border-radius: 0 !important;
}
#urlbar-background,
#searchbar {
--toolbarbutton-border-radius: 0;
}
}
@include Option("userChrome.rounding.square_checklabel") {