Skip to content

Commit

Permalink
Fix: Rounding - Remove radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
ricewind012 committed Feb 2, 2023
1 parent 8ac1fb6 commit ca1ee52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -3131,8 +3131,7 @@
}
}
@supports -moz-bool-pref("userChrome.rounding.square_checklabel") {
.checkbox-check,
xul|*.radio-check {
.checkbox-check {
border-radius: 0 !important;
}
}
Expand Down
3 changes: 1 addition & 2 deletions src/rounding/_square.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
}

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

0 comments on commit ca1ee52

Please sign in to comment.