Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2021-05-08 12:30:38 +02:00 committed by GitHub
parent a2e18249c1
commit 16aa91b807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2127,17 +2127,17 @@
.bd-switch input:checked + .bd-switch-body { .bd-switch input:checked + .bd-switch-body {
--switch-color: rgba(var(--accentcolor), 0.8); --switch-color: rgba(var(--accentcolor), 0.8);
background-color: rgba(var(--accentcolor), 0.8); background-color: rgba(var(--accentcolor), 0.8) !important;
} }
.bd-switch input:active + .bd-switch-body { .bd-switch input:active + .bd-switch-body {
--switch-color: rgba(var(--accentcolor)); --switch-color: rgba(var(--accentcolor));
} }
.bd-switch input:checked:hover + .bd-switch-body { .bd-switch input:checked:hover + .bd-switch-body {
background: var(--accentcolor-hover); background: var(--accentcolor-hover) !important;
} }
.bd-switch input:checked:active + .bd-switch-body { .bd-switch input:checked:active + .bd-switch-body {
--switch-color: rgb(var(--accentcolor)); --switch-color: rgb(var(--accentcolor));
background: var(--accentcolor-active); background: var(--accentcolor-active) !important;
} }
html .monaco-editor .find-widget .monaco-inputbox.synthetic-focus { html .monaco-editor .find-widget .monaco-inputbox.synthetic-focus {