Fixes bug where clickable area is lost
This commit is contained in:
parent
1d4d4c0899
commit
7698ac4b87
|
|
@ -83,7 +83,12 @@
|
|||
.description {
|
||||
|
||||
}
|
||||
a { color: @text-color; }
|
||||
a {
|
||||
padding: 5px 10px;
|
||||
margin: -5px -10px;
|
||||
display: block;
|
||||
color: @text-color;
|
||||
}
|
||||
&:hover {
|
||||
background: @color-list-hover-bg;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in New Issue