1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

Feat dropdown check color (#6595)

* feat: dropdown check color

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-08-21 10:57:16 +08:00
committed by GitHub
parent 315e95736f
commit ee38d54d9f
2 changed files with 7 additions and 6 deletions

View File

@@ -27,8 +27,3 @@
display: flex;
justify-content: space-between;
}
.users-filter-bar .dropdown-menu .dropdown-item:hover .sf2-icon-tick,
.users-filter-bar .dropdown-menu .dropdown-item:focus .sf2-icon-tick {
color: #fff !important;
}