mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 01:36:19 +08:00
Increase focus contrast
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
outline: none;
|
||||
|
||||
&:focus {
|
||||
background: #666;
|
||||
background: #888;
|
||||
}
|
||||
}
|
||||
|
||||
.toggleOpen {
|
||||
background: #666;
|
||||
background: #888;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
outline: none;
|
||||
|
||||
&:focus, &:hover {
|
||||
background-color: #d8d8d8;
|
||||
background-color: #ccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user