mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-14 18:23:27 +00:00
Make selected option more visible
This commit is contained in:
parent
583d4ddfb8
commit
26770de40e
@ -25,7 +25,6 @@
|
||||
}
|
||||
|
||||
.ts-wrapper.multi .ts-control {
|
||||
|
||||
[data-value],
|
||||
[data-value].active {
|
||||
background-image: none;
|
||||
@ -42,4 +41,11 @@
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.ts-dropdown {
|
||||
.option.active {
|
||||
background-color: #e5eafa;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user