Skip to content

Commit

Permalink
Merge pull request #602 from 2641a40fd44383320adde4b027a1d0b03bd550/p…
Browse files Browse the repository at this point in the history
…atch-1

Fixes #600
  • Loading branch information
black7375 authored Feb 3, 2023
2 parents da73874 + ca1ee52 commit 1c1865a
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 1c1865a

Please sign in to comment.