dark: fix border color for expanding lists

This commit is contained in:
pat-s
2023-07-20 09:42:30 +02:00
parent 9f36d3f154
commit 6b55736d6c
2 changed files with 35 additions and 17 deletions

View File

@ -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);