Improve settings sidebar click area
This commit is contained in:
parent
81b3a58f00
commit
6afc0b7d45
|
|
@ -47,7 +47,11 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
a{
|
a{
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
cursor: pointer;
|
||||||
&:hover{
|
&:hover{
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue