fix: don't hide filter icon on hover
This commit is contained in:
parent
82c7ca42f9
commit
a76ff31dbc
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue