chore(admin-ui): tokenise topnav hover highlight with primary tint

This commit is contained in:
萝卜
2026-03-16 02:10:31 +08:00
parent 9a0afbb354
commit 35902de44b
2 changed files with 37 additions and 4 deletions

View File

@@ -54,7 +54,7 @@
}
.toast-close:hover{
background:rgba(22, 119, 255, .08);
background:var(--adm-primary-tint-08, rgba(22, 119, 255, .08));
color:var(--adm-text, #0f172a);
}
@@ -498,7 +498,7 @@
.topnav-brand:hover{
text-decoration:none;
background:rgba(22, 119, 255, .08);
background:var(--adm-primary-tint-08, rgba(22, 119, 255, .08));
}
.topnav-menu{
@@ -522,7 +522,7 @@
.topnav-link:hover,
.topnav-summary:hover{
text-decoration:none;
background:rgba(22, 119, 255, .08);
background:var(--adm-primary-tint-08, rgba(22, 119, 255, .08));
color:var(--adm-text, #0f172a);
}
@@ -568,7 +568,7 @@
.topnav-sub:hover{
text-decoration:none;
background:rgba(22, 119, 255, .08);
background:var(--adm-primary-tint-08, rgba(22, 119, 255, .08));
}
.topnav-actions{