feat:移除无用依赖

This commit is contained in:
zyronon
2025-08-03 23:48:40 +08:00
parent 3f581d7aa5
commit d8b3ccab0a
16 changed files with 69 additions and 311 deletions

View File

@@ -365,8 +365,9 @@ footer {
transition: all .3s;
}
.volume, .collect, .easy {
svg {
opacity: 0;
color: var(--color-icon-hightlight);
}
&.active {
@@ -376,15 +377,21 @@ footer {
color: var(--color-sub-text);
}
.volume, .collect, .easy, .fill {
svg {
color: var(--color-icon-hightlight);
}
}
.fill {
svg {
opacity: 1 !important;
}
}
&:hover {
@extend .active;
.volume, .collect, .easy {
svg {
opacity: 1;
}
}