Changed CSS selector of CustomButton from "focus" to "active" to promote desired behavior on click

pull/7956/head
3x1t 4 years ago
parent f9e5b3e995
commit f0f69bdb19

@ -15,7 +15,7 @@
background: #CBD5E1;
color: #475569;
}
button:focus {
button:active {
background: #94A3B8;
color: #F1F5F9;
}

@ -15,7 +15,7 @@
background: #CBD5E1;
color: #475569;
}
button:focus {
button:active {
background: #94A3B8;
color: #F1F5F9;
}

Loading…
Cancel
Save