Change submit button color on focus

This commit is contained in:
Gaël Métais
2015-04-27 11:22:04 +02:00
parent 88bb2f91a5
commit ba977d6b49
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@
.launchBtn.disabled {
background: #deaca6;
}
.launchBtn.disabled:focus {
color: #ddd;
}
.features {
display: table;
width: 50%;
+3
View File
@@ -23,6 +23,9 @@
}
&.disabled {
background: #deaca6;
&:focus {
color: #ddd;
}
}
}