Skip to content

Commit 2e4cdc1

Browse files
5.2 Improve Contrast of selected Options in Darkmode for issue joomla#44203 (joomla#44211)
1 parent 401afed commit 2e4cdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/media_source/templates/administrator/atum/scss/vendor/bootstrap/_custom-forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
&:checked {
2424
color: var(--template-text-light);
25-
background-color: var(--template-bg-dark) !important;
25+
background-color: var(--template-contrast) !important;
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)