Added larger hit area to allow better access to buttons (#2148)

Fixes #2147
This commit is contained in:
Charles Hacskaylo 2018-11-08 10:46:31 -08:00 committed by Pete Richards
parent cb93124ee1
commit 6fdc24ab21

View File

@ -120,6 +120,16 @@ mct-indicators mct-include {
top: 100%; top: 100%;
@include triangle('down', $size: 4px, $ratio: 1, $color: $hbg); @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 { &:hover {