preserve focus outline on action buttons

This commit is contained in:
Kyle Spearrin 2018-04-13 11:16:46 -04:00
parent 7c8cbb8037
commit 238dbd9244
1 changed files with 8 additions and 0 deletions

View File

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