From b3c2b274f63ad0b361a17f6f86db26f00517de73 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 25 Nov 2025 03:20:04 -0600 Subject: [PATCH] scss: Remove custom focus style for primary button This does not meet the contrast ratio requirement of WCAG. Fixes: ADA-393 --- app/assets/stylesheets/application.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 4840afe..8a6c3a6 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -289,10 +289,3 @@ a:hover, a:active, a:focus { #table_id_filter { display: none; } - - -.btn:focus { - color: #428dc2; - border: 2px solid blue; - background-color: #428dc2; -}