Mobile combobox-text selected use var color
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I44c8a38d38f4ec20f6531fdb22072972135274f8
This commit is contained in:
parent
76b737210d
commit
9bf7d6d3a7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue