mirror of
https://github.com/nasa/openmct.git
synced 2025-01-28 23:24:26 +00:00
parent
bb4fea78f5
commit
5b28086f95
@ -1,5 +1,6 @@
|
|||||||
@mixin styleEventLine($colorConst) {
|
@mixin styleEventLine($colorConst) {
|
||||||
background-color: $colorConst !important;
|
background-color: $colorConst !important;
|
||||||
|
transition: box-shadow 250ms ease-out;
|
||||||
&:hover,
|
&:hover,
|
||||||
&[s-selected] {
|
&[s-selected] {
|
||||||
box-shadow: rgba($colorConst, 0.5) 0 0 0px 4px;
|
box-shadow: rgba($colorConst, 0.5) 0 0 0px 4px;
|
||||||
@ -35,7 +36,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
top: $m; bottom: $m;
|
top: $m; bottom: $m;
|
||||||
transition: box-shadow 250ms ease-out;
|
|
||||||
width: $lineW;
|
width: $lineW;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
@ -86,7 +86,6 @@
|
|||||||
// Extended event lines
|
// Extended event lines
|
||||||
.c-timeline__event-line--extended {
|
.c-timeline__event-line--extended {
|
||||||
@include abs();
|
@include abs();
|
||||||
transition: opacity 250ms ease-out;
|
|
||||||
width: $eventLineW;
|
width: $eventLineW;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user