Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 6f21ee1

Browse files
authored
Fix tab hover
1 parent b44dbdd commit 6f21ee1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/dark-mode.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,14 @@ body {
10141014
background-color: var(--white-hover) !important;
10151015
}
10161016

1017+
.CAntkd:focus, .S6Vdac:focus {
1018+
background-color: var(--white-hover) !important;
1019+
}
1020+
1021+
.LKmtKf:hover, .S6Vdac:hover {
1022+
background-color: var(--gray-hover) !important;
1023+
}
1024+
10171025
/* Archived classes */
10181026
.onkcGd,
10191027
.onkcGd:visited,

0 commit comments

Comments
 (0)