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.
2 parents 12e6939 + 784114e commit 616aab4Copy full SHA for 616aab4
platform/features/conductor/core/res/sass/_time-conductor-base.scss
@@ -346,7 +346,28 @@
346
content: $i;
347
}
348
.l-axis-holder {
349
+ $c0: rgba($colorBodyFg, 0.1);
350
+ $c2: transparent;
351
+ $grabTicksH: 3px;
352
+ $grabTicksXSpace: 4px;
353
+ $grabTicksYOffset: 0;
354
@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
371
372
373
0 commit comments