From d016747bf4c69e37ed9287eaec7c22f1d473207f Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 13 Aug 2025 17:12:30 +0200 Subject: [PATCH] CSS for showing pressed buttons --- app/assets/stylesheets/actiontext-lexical.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/actiontext-lexical.css b/app/assets/stylesheets/actiontext-lexical.css index a4d5369c2..63952a8da 100644 --- a/app/assets/stylesheets/actiontext-lexical.css +++ b/app/assets/stylesheets/actiontext-lexical.css @@ -139,6 +139,10 @@ &:is(:active) { background-color: var(--color-selected); } + + &[aria-pressed="true"] { + background-color: var(--color-selected); + } } }