From a10dd0f2b06b710dd7f59caf5fd423a304112100 Mon Sep 17 00:00:00 2001 From: jng Date: Wed, 11 Oct 2023 12:05:24 -0400 Subject: [PATCH] padding update for focused cipher row in popup --- apps/browser/src/popup/scss/pages.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/browser/src/popup/scss/pages.scss b/apps/browser/src/popup/scss/pages.scss index 3d9134364c7..8c2e69092bc 100644 --- a/apps/browser/src/popup/scss/pages.scss +++ b/apps/browser/src/popup/scss/pages.scss @@ -314,6 +314,7 @@ app-fido2 { &:focus { @include themify($themes) { + padding: 3px 0px 3px 10px; border: 2px solid themed("headerInputBackgroundFocusColor"); } } @@ -321,8 +322,8 @@ app-fido2 { &.row-selected { @include themify($themes) { outline: none; + padding-left: 7px; border-left: 5px solid themed("primaryColor"); - padding: 3px 0px 3px 7px; background-color: themed("headerBackgroundHoverColor"); color: themed("headerColor"); }