TT#36014 General: Set list hover highlight color to a light version of the primary color

Change-Id: I465c3e8e1754eedf964e8e15d74cc28f1a2b70b8
changes/65/20665/1
Tijana Maksimovic 7 years ago
parent d5e7a0bdea
commit 6c012fe2e5

@ -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

Loading…
Cancel
Save