We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bf38d commit d1e7e78Copy full SHA for d1e7e78
platform/features/conductor/core/res/sass/_time-conductor-base.scss
@@ -351,13 +351,13 @@
351
$grabTicksYOffset: (($r1H - $grabTicksH) / 2) - 2px;
352
@include cursorGrab();
353
&:hover {
354
- $c0: rgba($colorBodyFg, 0.05);
+ $c0: rgba($colorBodyFg, 0.1);
355
$c2: transparent; // Bg
356
@include background-image(linear-gradient(
357
$c0 70%, $c2 100%
358
));
359
svg {
360
- $c1: rgba($colorBodyFg, 0.15); // Line
+ $c1: rgba($colorBodyFg, 0.2); // Line
361
$angle: 90deg;
362
@include background-image(linear-gradient($angle,
363
$c1 1px, $c2 1px,
0 commit comments