1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 21:17:59 +00:00

Added focusring for .button-small

This commit is contained in:
Romein van Buren 2023-05-30 19:43:20 +02:00
parent 6513eab608
commit 8db05b7e3f
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -81,6 +81,7 @@ select:disabled {
background-color: #c00; background-color: #c00;
border: 1px solid #c00; border: 1px solid #c00;
} }
.btn.danger:active,
.btn.danger:focus { .btn.danger:focus {
box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.2); box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.2);
} }
@ -107,8 +108,10 @@ select:disabled {
.button-small:hover { .button-small:hover {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
} }
.button-small:active { .button-small:active,
.button-small:focus {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 2px rgba(0, 0, 139, 0.75);
} }
.button-small svg { .button-small svg {
width: 13px; width: 13px;