Fix dropdown active state
This commit is contained in:
parent
1096161673
commit
d9f4d45a06
1 changed files with 3 additions and 0 deletions
|
@ -215,6 +215,9 @@
|
||||||
background-color: #1b1c1d;
|
background-color: #1b1c1d;
|
||||||
color: rgba(255, 255, 255, .8);
|
color: rgba(255, 255, 255, .8);
|
||||||
}
|
}
|
||||||
|
.ui.dropdown .menu .active.item {
|
||||||
|
color: rgba(255, 255, 255, .8);
|
||||||
|
}
|
||||||
|
|
||||||
.ui.selection.dropdown:hover {
|
.ui.selection.dropdown:hover {
|
||||||
border-color: rgba(255, 255, 255, .25);
|
border-color: rgba(255, 255, 255, .25);
|
||||||
|
|
Loading…
Reference in a new issue