Skip to content

Commit ca1483f

Browse files
authored
[5.3] Choices force background (joomla#45842)
Signed-off-by: BrianTeeman <[email protected]>
1 parent 8e59dc3 commit ca1483f

File tree

1 file changed

+1
-1
lines changed
  • build/media_source/templates/administrator/atum/scss/vendor/choicesjs

1 file changed

+1
-1
lines changed

build/media_source/templates/administrator/atum/scss/vendor/choicesjs/choices.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
position: relative;
6161
margin: 2px;
6262
color: $choices-list-multiple-item; //$white;
63-
background-color: $choices-list-multiple-item-bg; // var(--template-bg-dark);
63+
background-color: $choices-list-multiple-item-bg !important; // var(--template-bg-dark);
6464
margin-inline-end: 2px;
6565
border: 0;
6666
border-radius: $border-radius;

0 commit comments

Comments
 (0)