Add subtle highlight for better readability
Closes #5402 Co-authored-by: @pipetogrep
This commit is contained in:
@@ -78,6 +78,10 @@ child:selected .item-box * {
|
|||||||
color: @selected-text;
|
color: @selected-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
child:selected {
|
||||||
|
background: alpha(@text, 0.07);
|
||||||
|
}
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
}
|
}
|
||||||
@@ -114,3 +118,4 @@ child:selected .item-box * {
|
|||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user