1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

padding update for focused cipher row in popup

This commit is contained in:
jng
2023-10-11 12:05:24 -04:00
parent 68da3d9efd
commit a10dd0f2b0

View File

@@ -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");
}