From 6c012fe2e5dba992d8107a2edbf06c107ddb285c Mon Sep 17 00:00:00 2001 From: Tijana Maksimovic Date: Fri, 20 Apr 2018 12:09:49 +0200 Subject: [PATCH] TT#36014 General: Set list hover highlight color to a light version of the primary color Change-Id: I465c3e8e1754eedf964e8e15d74cc28f1a2b70b8 --- src/components/pages/CallForward/CscDestination.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/pages/CallForward/CscDestination.vue b/src/components/pages/CallForward/CscDestination.vue index 58dc1d69..4886fbb8 100644 --- a/src/components/pages/CallForward/CscDestination.vue +++ b/src/components/pages/CallForward/CscDestination.vue @@ -203,7 +203,7 @@ .dest-row.mobile padding 16px - padding-left 0 + padding-left 0px .dest-values > span font-weight 300 @@ -214,7 +214,10 @@ color $grey .q-item.csc-destination - padding 0px + padding 0 + + .q-item-highlight.csc-destination:hover + background-color lighten($primary, 70%) .dest-row color $secondary