make focused state of buttons more recognizable
This commit is contained in:
parent
9310e5aaec
commit
919104fbea
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user