fix: don't hide filter icon on hover

This commit is contained in:
kolaente 2025-11-19 22:37:45 +01:00
parent 82c7ca42f9
commit a76ff31dbc
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 5 deletions

View File

@ -160,11 +160,8 @@ const childProjects = computed(() => {
opacity: 1;
}
.list-menu:hover .color-bubble-wrapper > {
.saved-filter-icon,
.color-bubble {
opacity: 0;
}
.list-menu:hover .color-bubble-wrapper > .color-bubble {
opacity: 0;
}
.is-touch .color-bubble {