0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

Merge pull request #450 from logto-io/charles-log-1980-adjust-plain-button-styles

refactor(console): minor adjustments made to plain button styles
This commit is contained in:
Charles Zhao 2022-03-25 11:22:20 +08:00 committed by GitHub
commit 2a5e7550a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,11 +156,11 @@
&:active {
color: var(--color-primary-30);
background: var(--color-primary-95);
}
&:not(:disabled):hover {
color: var(--color-primary-30);
background: var(--color-primary-95);
}
}
}