Browse Source

Accessibility: add a visual indicator and not just colors on button

Amauri CHAMPEAUX 2 years ago
parent
commit
55382ba071
1 changed files with 4 additions and 0 deletions
  1. 4 0
      css/tarteaucitron.css

+ 4 - 0
css/tarteaucitron.css

@@ -1,3 +1,7 @@
+[aria-pressed="true"] {
+    font-weight:700;
+}
+
 .tac_visually-hidden {
       position: absolute;
       width: 1px;