dark: fix border color for expanding lists
This commit is contained in:
@ -974,7 +974,7 @@
|
||||
.ui.form .field .dropdown,
|
||||
.ui.form .field .dropdown .menu > .item {
|
||||
background-color: var(--color-border);
|
||||
border: 0px solid black !important;
|
||||
/* border: 0px solid black !important; */
|
||||
}
|
||||
|
||||
/* hover font color */
|
||||
@ -986,6 +986,13 @@
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.ui.selection.active.dropdown,
|
||||
.ui.selection.active.dropdown:hover,
|
||||
.ui.selection.active.dropdown .menu,
|
||||
.ui.selection.active.dropdown:hover .menu {
|
||||
border-color: #373e47;
|
||||
}
|
||||
|
||||
/* user avatar background */
|
||||
.user.profile .ui.card #profile-avatar {
|
||||
background: var(--color-navbar);
|
||||
|
Reference in New Issue
Block a user