mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Fix disabled button showing hover styles
This commit is contained in:
parent
13b2273022
commit
d2d6e8b434
1 changed files with 2 additions and 2 deletions
|
@ -1005,11 +1005,11 @@ a.card:is(:hover, :focus) {
|
|||
border: 1.5px solid transparent;
|
||||
backdrop-filter: none;
|
||||
}
|
||||
.status .action > button.plain:is(:hover, :focus) {
|
||||
.status .action > button.plain:not(:disabled):is(:hover, :focus) {
|
||||
color: var(--link-color);
|
||||
background-color: var(--button-plain-bg-hover-color);
|
||||
}
|
||||
.status .action > button.plain.reblog-button:is(:hover, :focus) {
|
||||
.status .action > button.plain.reblog-button:not(:disabled):is(:hover, :focus) {
|
||||
color: var(--reblog-color);
|
||||
}
|
||||
.status .action > button.plain.reblog-button.checked {
|
||||
|
|
Loading…
Reference in a new issue