mirror of
https://github.com/nasa/openmct.git
synced 2025-01-22 04:18:05 +00:00
Added larger hit area to allow better access to buttons (#2148)
Fixes #2147
This commit is contained in:
parent
cb93124ee1
commit
6fdc24ab21
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user