From 03dc93b9b142a0e0a603484ec2f1013130c1cbaf Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Mon, 6 Mar 2023 14:24:02 +0100 Subject: [PATCH] Remove outline on protocol otion [SCI-8045] --- app/assets/stylesheets/my_modules/protocol.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/my_modules/protocol.scss b/app/assets/stylesheets/my_modules/protocol.scss index 896f3dda5..51c015d76 100644 --- a/app/assets/stylesheets/my_modules/protocol.scss +++ b/app/assets/stylesheets/my_modules/protocol.scss @@ -14,6 +14,10 @@ align-items: baseline; display: flex; + a:first-of-type:focus { + outline: none; + } + .task-section-caret { padding-right: .25em; }