mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Also avoid :active bubbling for buttons
This commit is contained in:
parent
dfaec0605a
commit
7ac7965ea3
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ a.mention span {
|
|||
background-color: var(--link-bg-hover-color);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
.status-link:active:not(:has(.media:active)) {
|
||||
.status-link:active:not(:has(:is(.media, button):active)) {
|
||||
filter: brightness(0.95);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue