1
0
Fork 0

Also avoid :active bubbling for buttons

This commit is contained in:
Lim Chee Aun 2023-01-12 19:28:37 +08:00
parent dfaec0605a
commit 7ac7965ea3

View file

@ -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);
}