mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(console): fix text button hover style (#2159)
This commit is contained in:
parent
0df1a938ef
commit
df02d25526
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
|||
}
|
||||
|
||||
&:not(:disabled):hover {
|
||||
background-color: var(--color-focused-variant);
|
||||
background-color: var(--color-hover-variant);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue