Re-enable outline on buttons

Closes https://github.com/bitwarden/desktop/issues/1332
This commit is contained in:
Patrick H. Lauke 2022-04-30 23:27:46 +01:00
parent fea15be025
commit bbba4b13f5
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@
&:focus:not([disabled]) {
cursor: pointer;
outline: 0;
@include themify($themes) {
background-color: darken(themed("buttonBackgroundColor"), 6%);