Skip to content

Commit c4f29f1

Browse files
authored
Fix for radiobutton style
1 parent d7cd808 commit c4f29f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chrome/components/ogx_UC-settings-addons-pages.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ window, dialog, .dialogBox {
8080
--button-border-color-hover: var(--button-bgcolor) !important; /* Button border color on 'hover' */
8181

8282
--button-background-color-primary: var(--button-hover-bgcolor) !important; /* Primary button background */
83-
--button-background-color-primary-hover: var(--button-active-bgcolor) !important; /* Primary button background on 'hover' */
83+
--button-background-color-primary-hover: var(--button-active-bgcolor) !important; /* Primary button background on 'hover' */
8484
--button-background-color-primary-active: var(--button-hover-bgcolor) !important; /* Primary button background on 'active' */
8585

8686
--button-text-color-primary: var(--in-content-text-color) !important;
@@ -158,6 +158,7 @@ window, dialog, .dialogBox {
158158
/* Toggle button */
159159

160160
.toggle-button[aria-pressed="true"]:enabled {
161+
--toggle-dot-background-color-on-pressed: var(--background-color-box) !important;
161162
background: var(--button-active-bgcolor) !important;
162163
}
163164

0 commit comments

Comments
 (0)