From bcab165f97670215d8f464a9d38d6e3ebec2d8aa Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Wed, 11 Jan 2017 20:43:40 +0100 Subject: [PATCH] Select highlighted multibutton --- src/styles/_components.scss | 5 ++--- src/styles/_input.scss | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/styles/_components.scss b/src/styles/_components.scss index a712983..efc193f 100644 --- a/src/styles/_components.scss +++ b/src/styles/_components.scss @@ -43,10 +43,9 @@ } // BUTTON - .maputnik-button { cursor: pointer; - background-color: $color-midgray; + background-color: $color-gray; color: $color-lowgray; font-size: $font-size-6; padding: $margin-2; @@ -55,7 +54,7 @@ box-sizing: border-box; &:hover { - background-color: lighten($color-midgray, 6); + background-color: lighten($color-midgray, 12); color: $color-white; } } diff --git a/src/styles/_input.scss b/src/styles/_input.scss index ec31373..55080d0 100644 --- a/src/styles/_input.scss +++ b/src/styles/_input.scss @@ -62,7 +62,9 @@ } .maputnik-button-selected { - background-color: $color-midgray; + background-color: lighten($color-midgray, 12); + outline: 1px $color-white; + color: white; } // CHECKBOX