mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
Improvements to reduce repainting (#5876)
This commit is contained in:
committed by
GitHub
parent
8831b75c5d
commit
a3c5450205
@ -49,12 +49,10 @@
|
||||
background-size: 3px 30%;
|
||||
background-color: $colorBodyBgSubtle;
|
||||
box-shadow: inset rgba(black, 0.4) 0 1px 1px;
|
||||
transition: $transOut;
|
||||
|
||||
svg text {
|
||||
fill: $colorBodyFg;
|
||||
stroke: $colorBodyBgSubtle;
|
||||
transition: $transOut;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -68,7 +68,6 @@
|
||||
&:hover,
|
||||
&:active {
|
||||
cursor: col-resize;
|
||||
filter: $timeConductorAxisHoverFilter;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -269,7 +268,6 @@
|
||||
grid-column-gap: 3px;
|
||||
grid-row-gap: 4px;
|
||||
align-items: start;
|
||||
filter: $filterMenu;
|
||||
box-shadow: $shdwMenu;
|
||||
padding: $interiorMargin;
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user