0
Fork 0
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:
Xiao Yijun 2022-10-17 11:36:04 +08:00 committed by GitHub
parent 0df1a938ef
commit df02d25526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@
}
&:not(:disabled):hover {
background-color: var(--color-focused-variant);
background-color: var(--color-hover-variant);
}
}
}