From 7ac7965ea34c42381975c10617ebbea20c08de81 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 12 Jan 2023 19:28:37 +0800 Subject: [PATCH] Also avoid :active bubbling for buttons --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index c484ed9e..14d499a5 100644 --- a/src/app.css +++ b/src/app.css @@ -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); }