mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58: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 {
|
.status .action > button.plain {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border: 1.5px solid transparent;
|
border: 1.5px solid transparent;
|
||||||
|
backdrop-filter: none;
|
||||||
}
|
}
|
||||||
.status .action > button.plain:is(:hover, :focus) {
|
.status .action > button.plain:is(:hover, :focus) {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
|
|
Loading…
Reference in a new issue