mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
preserve focus outline on action buttons
This commit is contained in:
@@ -60,3 +60,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-buttons {
|
||||||
|
.btn {
|
||||||
|
&:focus {
|
||||||
|
outline: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user