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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user