Skip to content

Commit 616aab4

Browse files
author
Pete Richards
committed
Merge remote-tracking branch 'origin/open1415'
2 parents 12e6939 + 784114e commit 616aab4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,28 @@
346346
content: $i;
347347
}
348348
.l-axis-holder {
349+
$c0: rgba($colorBodyFg, 0.1);
350+
$c2: transparent;
351+
$grabTicksH: 3px;
352+
$grabTicksXSpace: 4px;
353+
$grabTicksYOffset: 0;
349354
@include cursorGrab();
355+
svg {
356+
$c1: rgba($colorBodyFg, 0.2);
357+
$angle: 90deg;
358+
@include background-image(linear-gradient($angle,
359+
$c1 1px, $c2 1px,
360+
$c2 100%
361+
));
362+
background-position: center $grabTicksYOffset;
363+
background-repeat: repeat-x;
364+
background-size: $grabTicksXSpace $grabTicksH;
365+
}
366+
&:hover {
367+
@include background-image(linear-gradient(
368+
$c0 70%, $c2 100%
369+
));
370+
}
350371
}
351372
}
352373

0 commit comments

Comments
 (0)