From 6fdc24ab21e4cf32f1dba19c7ac900e15a751aec Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 8 Nov 2018 10:46:31 -0800 Subject: [PATCH] Added larger hit area to allow better access to buttons (#2148) Fixes #2147 --- .../general/res/sass/controls/_indicators.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/platform/commonUI/general/res/sass/controls/_indicators.scss b/platform/commonUI/general/res/sass/controls/_indicators.scss index 604594f67f..b861e50168 100644 --- a/platform/commonUI/general/res/sass/controls/_indicators.scss +++ b/platform/commonUI/general/res/sass/controls/_indicators.scss @@ -120,6 +120,16 @@ mct-indicators mct-include { top: 100%; @include triangle('down', $size: 4px, $ratio: 1, $color: $hbg); } + + &:after { + // Hit area + $p: -7px; + content: ''; + display: block; + position: absolute; + top: $p; right: $p; bottom: $p; left: $p; + z-index: -1; + } } &:hover {