Web: clearer style for focused action button

This commit is contained in:
Sybren A. Stüvel 2022-04-21 17:11:19 +02:00
parent d84efb8c9a
commit 1ac37ab625

View File

@ -256,7 +256,8 @@ section.action-bar button.action[disabled] {
}
section.action-bar button.action:focus {
background-color: cadetblue;
/* Make sure the outline is clearly visible inside the button. */
outline-offset: -0.5em;
}
section.action-bar button.action.dangerous {