Lines Matching refs:to

18 	position: absolute; /* try to hide from window but not from screen readers */
52 to { opacity: 1; }
60 to { opacity: 0; }
177 …position: relative; /* DO NOT REMOVE - this is the key to preventing the ghosting icon bug in Chr…
236 …overflow: hidden; /* somehow the dropdown overflows its container, we prevent it here to not push …
790 /* Background rule added for IE9 - to allow clicks on dom node */
983 /** Hack to force underline to show **/
1188 /* The following selector looks a bit funny, but that is needed to cover all the workbench and the …
1273 /* Uncomment to see lines flashing when they're painted */
1641 white-space: pre; /* enable to show labels that include multiple whitespaces */
1653 white-space: pre; /* enable to show labels that include multiple whitespaces */
1941 /* Use steps to throttle FPS to reduce CPU usage */
2109 …background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff …
2173 …m/microsoft/vscode/issues/96795, just 100vw on its own caused the actual hover width to increase */
2270 /** Hack to force underline to show **/
2552 /** Adjust width when docs are expanded to the side **/
2713 /** Type Info and icon next to the label in the focused completion item **/
3019 /* Use steps to throttle FPS to reduce CPU usage */
3132 /* allow the text to have a transparent background. */
3857 …gress bit has a width: 2% (1/50) of the parent container. The animation moves it from 0% to 100% of
3858 …* that container. Since translateX is relative to the progress bit size, we have to multiple it wi…
3859 * its relative size to the parent container:
3863 … translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: transla…