Increase focus contrast

This commit is contained in:
Chi Vinh Le
2017-10-13 23:47:53 +07:00
parent 4fdb2d5af6
commit f9967dbc48
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,12 +18,12 @@
outline: none;
&:focus {
background: #666;
background: #888;
}
}
.toggleOpen {
background: #666;
background: #888;
}
.label {
+1 -1
View File
@@ -4,7 +4,7 @@
outline: none;
&:focus, &:hover {
background-color: #d8d8d8;
background-color: #ccc;
cursor: pointer;
}
}