Change submit button color on focus
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
background: #e74c3c;
|
||||
color: #fff;
|
||||
}
|
||||
.launchBtn:focus {
|
||||
background: #ffa319;
|
||||
}
|
||||
.launchBtn.disabled {
|
||||
background: #deaca6;
|
||||
}
|
||||
|
||||
@@ -18,9 +18,13 @@
|
||||
.launchBtn {
|
||||
background: #e74c3c;
|
||||
color: #fff;
|
||||
&:focus {
|
||||
background: #ffa319;
|
||||
}
|
||||
&.disabled {
|
||||
background: #deaca6;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.features {
|
||||
|
||||
Reference in New Issue
Block a user