Mobile combobox-text selected use var color

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I44c8a38d38f4ec20f6531fdb22072972135274f8
This commit is contained in:
andreas kainz 2022-03-06 23:29:37 +01:00 committed by Andreas_K
parent 76b737210d
commit 9bf7d6d3a7

View file

@ -196,7 +196,7 @@ p.mobile-wizard.ui-combobox-text:not(.selected) {
p.mobile-wizard.ui-combobox-text.selected {
background: url('images/lc_listitem-selected.svg') no-repeat right;
background-position-x: 94%;
color: #0867af !important;
color: var(--color-primary) !important;
}
#mobile-wizard-content {
overflow-y: hidden;