Fix: Proton - Page Info icon overlap at FF v110 #680

This commit is contained in:
alstjr7375 2023-04-16 23:36:48 +09:00
parent 2c70deaea4
commit af2faa4d05
2 changed files with 7 additions and 0 deletions

3
css/leptonChrome.css generated
View file

@ -2282,6 +2282,9 @@
fill: currentColor !important;
color: var(--in-content-deemphasized-text) !important; /* FieldText */
}
#viewGroup > radio .radio-icon {
background-image: none !important;
}
@supports not -moz-bool-pref("userChrome.rounding.square_button") {
#viewGroup > radio {
border-radius: 8px !important;

View file

@ -18,6 +18,10 @@
fill: currentColor !important;
color: var(--in-content-deemphasized-text) !important; /* FieldText */
.radio-icon {
background-image: none !important; // #680
}
@include NotOption("userChrome.rounding.square_button") {
border-radius: 8px !important;
}