preserve focus outline on action buttons
This commit is contained in:
parent
7c8cbb8037
commit
238dbd9244
|
@ -60,3 +60,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
.btn {
|
||||
&:focus {
|
||||
outline: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue