Style list items as per design

This commit is contained in:
David Cook
2023-12-12 15:32:31 +11:00
parent 3fbd5f6357
commit 0efda02b9b

View File

@@ -55,12 +55,12 @@
.option {
padding: 8px;
border-left: 3px solid transparent;
line-height: 20px;
&.selected {
border-left: 2px solid $orient;
}
&.selected,
&.active {
border-left: 3px solid $orient;
background-color: $lighter-grey;
color: $near-black;
}