This commit is contained in:
zyronon
2023-08-23 19:32:23 +08:00
parent 0236463aeb
commit 6d4e1680ac
5 changed files with 26 additions and 24 deletions

View File

@@ -87,11 +87,13 @@ watch(() => props.list, () => {
&.active {
background: $second;
color: white;
}
&:hover {
//background: $dark-main-bg;
background: $item-hover;
//background: $item-hover;
background: rgb(226,226,226);
}
.left {