Fix dropdown active state

This commit is contained in:
grandeljay 2022-11-25 21:36:45 +01:00
parent 1096161673
commit d9f4d45a06

View file

@ -215,6 +215,9 @@
background-color: #1b1c1d;
color: rgba(255, 255, 255, .8);
}
.ui.dropdown .menu .active.item {
color: rgba(255, 255, 255, .8);
}
.ui.selection.dropdown:hover {
border-color: rgba(255, 255, 255, .25);