From c92ac4a501f6ab0913d805211c376b1dbaf48721 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 28 Oct 2024 09:51:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20enable=20focus=20ring=20for=20bu?= =?UTF-8?q?ttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/styles/variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/styles/variables.scss b/frontend/styles/variables.scss index a21d38e79..6ffe50e55 100644 --- a/frontend/styles/variables.scss +++ b/frontend/styles/variables.scss @@ -1,6 +1,5 @@ /* Bootstrap Theme */ $enable-shadows: true; -$btn-box-shadow: none; $border-radius: 0.25rem; $border-radius-lg: 0.375rem;