Better accessbility

This commit is contained in:
Chi Vinh Le
2017-10-13 22:39:53 +07:00
parent 8f3aa789f5
commit 10cba651e6
5 changed files with 118 additions and 39 deletions
+15 -3
View File
@@ -3,15 +3,27 @@
width: 150px;
height: 36px;
background: #2c2c2c;
padding: 10px 15px;
box-sizing: border-box;
color: white;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
line-height: 1.4;
font-size: 13px;
}
.dropdown {
.toggle {
padding: 10px 15px;
cursor: pointer;
outline: none;
&:focus {
background: #666;
}
}
.toggleOpen {
background: #666;
}
.label {
@@ -47,4 +59,4 @@
font-size: 1.2rem;
vertical-align: middle;
top: 13px;
}
}