mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 11:26:13 +08:00
disabled button corrected hover
This commit is contained in:
parent
0427e3b28b
commit
f658e05fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -4147,7 +4147,7 @@ key {
|
|||
&.disabled {
|
||||
&:hover {
|
||||
color: var(--sub-color);
|
||||
background: var(--bg-color);
|
||||
// background: var(--bg-color);
|
||||
cursor: default;
|
||||
}
|
||||
color: var(--sub-color);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue