refactor(dark.scss): ♻️ 导航栏设置CSS类名同步调整

Former-commit-id: c34a12322021da3712c42e5e2fe710f76e57b080
This commit is contained in:
郝先瑞
2023-05-06 20:04:08 +08:00
parent 2fb9a13f36
commit 0d0eb35a05

View File

@@ -11,7 +11,7 @@ html.dark {
color: var(--el-text-color-regular);
background-color: var(--el-bg-color);
.navbar-setting-item:hover {
.setting-container .setting-item:hover {
background: var(--el-fill-color-light);
}
}