mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Try disable backdrop-filter for status action buttons
This commit is contained in:
parent
b849e87884
commit
687d82fc5a
1 changed files with 1 additions and 0 deletions
|
@ -986,6 +986,7 @@ a.card:is(:hover, :focus) {
|
|||
.status .action > button.plain {
|
||||
color: inherit;
|
||||
border: 1.5px solid transparent;
|
||||
backdrop-filter: none;
|
||||
}
|
||||
.status .action > button.plain:is(:hover, :focus) {
|
||||
color: var(--link-color);
|
||||
|
|
Loading…
Reference in a new issue