Skip to content

Commit d1e7e78

Browse files
committed
[Frontend] Add grab affordance styling on hover
Fixes nasa#1415
1 parent 65bf38d commit d1e7e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/features/conductor/core/res/sass/_time-conductor-base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,13 @@
351351
$grabTicksYOffset: (($r1H - $grabTicksH) / 2) - 2px;
352352
@include cursorGrab();
353353
&:hover {
354-
$c0: rgba($colorBodyFg, 0.05);
354+
$c0: rgba($colorBodyFg, 0.1);
355355
$c2: transparent; // Bg
356356
@include background-image(linear-gradient(
357357
$c0 70%, $c2 100%
358358
));
359359
svg {
360-
$c1: rgba($colorBodyFg, 0.15); // Line
360+
$c1: rgba($colorBodyFg, 0.2); // Line
361361
$angle: 90deg;
362362
@include background-image(linear-gradient($angle,
363363
$c1 1px, $c2 1px,

0 commit comments

Comments
 (0)