mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
preserve focus outline on action buttons
This commit is contained in:
parent
65d73f2727
commit
aa6f92b0f1
@ -60,3 +60,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-buttons {
|
||||||
|
.btn {
|
||||||
|
&:focus {
|
||||||
|
outline: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user