From 0efda02b9b07f55cdf2ba435822a0b7936d4ae9e Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 12 Dec 2023 15:32:31 +1100 Subject: [PATCH] Style list items as per design --- app/webpacker/css/admin_v3/components/tom_select.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/webpacker/css/admin_v3/components/tom_select.scss b/app/webpacker/css/admin_v3/components/tom_select.scss index 9a5fe2e4d9..2eb2153eb7 100644 --- a/app/webpacker/css/admin_v3/components/tom_select.scss +++ b/app/webpacker/css/admin_v3/components/tom_select.scss @@ -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; }