From 35e1631f359cb1fc6ed2d1a70e0dfc25ac2834c9 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Thu, 2 Feb 2017 22:22:37 -0800 Subject: [PATCH] fix highlighting bg inconsistencies --- src/components/Select.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Select.vue b/src/components/Select.vue index b79e35c..7895dc4 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -118,7 +118,8 @@ } .v-select .highlight a, - .v-select li:hover > a { + .v-select li:hover > a, + .v-select .active > a:hover { background: #5897fb; color: #fff; }