1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

fix icon color in dropdown menu

This commit is contained in:
zhouwenxuan
2025-07-17 14:28:41 +08:00
parent 658c3ae8c1
commit c1572fc64e

View File

@@ -24,6 +24,6 @@
.metadata-views-dropdown-menu .dropdown-item:hover .metadata-view-icon, .metadata-views-dropdown-menu .dropdown-item:hover .metadata-view-icon,
.metadata-views-dropdown-menu .dropdown-item:focus .metadata-view-icon, .metadata-views-dropdown-menu .dropdown-item:focus .metadata-view-icon,
.metadata-views-dropdown-menu .dropdown-item:focus .sf3-font { .metadata-views-dropdown-menu .dropdown-item:focus .sf3-font {
color: var(--bs-dropdown-link-hover-color); color: #fff;
fill: var(--bs-dropdown-link-hover-color); fill: #fff;
} }