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
@@ -23,6 +23,9 @@
}
&.disabled {
background: #deaca6;
&:focus {
color: #ddd;
}
}
}