mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Better accessbility
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user