1
0
mirror of https://github.com/bitwarden/desktop.git synced 2025-02-12 00:31:26 +01:00

preserve focus outline on action buttons

This commit is contained in:
Kyle Spearrin 2018-04-13 11:16:49 -04:00
parent 65d73f2727
commit aa6f92b0f1

View File

@ -60,3 +60,11 @@
} }
} }
} }
.action-buttons {
.btn {
&:focus {
outline: auto;
}
}
}