From 55382ba071fd197a2a53331c26318ff32efca80d Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Sat, 22 Oct 2022 10:04:02 +0200 Subject: [PATCH] Accessibility: add a visual indicator and not just colors on button --- css/tarteaucitron.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 1ad944c..88ceadb 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -1,3 +1,7 @@ +[aria-pressed="true"] { + font-weight:700; +} + .tac_visually-hidden { position: absolute; width: 1px;