make focused state of buttons more recognizable

This commit is contained in:
Felix Hamann 2019-02-10 22:30:32 +01:00
parent 9310e5aaec
commit 919104fbea

View File

@ -262,6 +262,12 @@ button,
a:hover {
color: white;
}
&:focus {
border-color: #3273dc;
box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
outline: 0;
}
}
input[type="submit"][disabled],