From d14312b18e1ff3d915fdeeda99171c8cf7c684f4 Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Fri, 29 Oct 2021 16:23:50 +0530 Subject: [PATCH] modal: Remove focus ring from submit button. --- static/styles/modal.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/styles/modal.css b/static/styles/modal.css index aa7c58bde8..8d02cbecbf 100644 --- a/static/styles/modal.css +++ b/static/styles/modal.css @@ -111,18 +111,12 @@ appearance: button; text-transform: none; overflow: visible; - outline: none !important; line-height: 1.15; margin: 0; will-change: transform; backface-visibility: hidden; transform: translateZ(0); transition: transform 0.25s ease-out; - - &:focus { - box-shadow: hsl(198, 76%, 47%) 0 0 0 1px, - hsla(198, 76%, 47%, 0.3) 0 0 0 5px; - } } .modal__btn:focus,