@@ -220,8 +220,8 @@ a, img {
220220
221221 #status-language {
222222 border-right : 1px solid @bc-panel-border ;
223- padding : 0 px ;
224- margin : 0 px ;
223+ padding : 0 ;
224+ margin : 0 ;
225225
226226 .dark & {
227227 border-right : 1px solid @dark-bc-panel-separator ;
@@ -347,10 +347,10 @@ a, img {
347347 .image-view {
348348 overflow : hidden ;
349349 position : absolute ;
350- top : 0 px ;
351- right : 0 px ;
352- bottom : 0 px ;
353- left : 0 px ;
350+ top : 0 ;
351+ right : 0 ;
352+ bottom : 0 ;
353+ left : 0 ;
354354 text-align : center ;
355355 .image-centering {
356356 display : inline-block ;
@@ -503,7 +503,7 @@ a, img {
503503 &-flipview-btn {
504504 position : relative ;
505505 display : none ;
506- top : 0 px ;
506+ top : 0 ;
507507 padding-top : 2px ;
508508 padding-right : 4px ;
509509 padding-left : 4px ;
@@ -840,6 +840,7 @@ a, img {
840840 -webkit-transform : translateZ (0 ); // forces GPU mode for better filter rendering on retina
841841 transform : translateZ (0 ); // future proofing
842842 -webkit-filter : drop-shadow (0 1px 0 rgba (0 ,0 ,0 ,0.36 ));
843+ filter : drop-shadow (0 1px 0 rgba (0 ,0 ,0 ,0.36 ));
843844 z-index : 1 ;
844845}
845846
@@ -905,7 +906,7 @@ a, img {
905906
906907.open-files-container {
907908 .box-flex (0 );
908- padding : 0 px ;
909+ padding : 0 ;
909910 max-height : 200px ; // TODO (Issue #276): it would be nicer to have this be 50%, but that doesn't seem to work
910911
911912
@@ -1059,22 +1060,30 @@ a, img {
10591060.jstree-brackets .jstree-no-dots .jstree-open > ins {
10601061 background-position : 7px -8px ;
10611062 -webkit-transform : translateZ (0 ) rotate (90deg );
1062- -webkit-transition : -webkit-transform 190ms cubic-bezier (.01 , .91 , 0 , .99 );
1063+ transform : translateZ (0 ) rotate (90deg );
1064+ transition : -webkit-transform 190ms cubic-bezier (.01 , .91 , 0 , .99 );
1065+ transition : transform 190ms cubic-bezier (.01 , .91 , 0 , .99 );
10631066 -webkit-filter : drop-shadow (1px 0 1px @bc-shadow );
1067+ filter : drop-shadow (1px 0 1px @bc-shadow );
10641068
10651069 .dark & {
1066- -webkit-filter : drop-shadow (1px 0 1px @dark-bc-shadow );
1070+ -webkit-filter : drop-shadow (1px 0 1px @dark-bc-shadow );
1071+ filter : drop-shadow (1px 0 1px @dark-bc-shadow );
10671072 }
10681073}
10691074
10701075.jstree-brackets .jstree-no-dots .jstree-closed > ins {
10711076 background-position : 7px -8px ;
10721077 -webkit-transform : translateZ (0 ); /* Need this to make sure that the svg isn't blurry on retina. */
1073- -webkit-transition : -webkit-transform 90ms cubic-bezier (.01 , .91 , 0 , .99 );
1078+ transform : translateZ (0 );
1079+ transition : -webkit-transform 90ms cubic-bezier (.01 , .91 , 0 , .99 );
1080+ transition : transform 90ms cubic-bezier (.01 , .91 , 0 , .99 );
10741081 -webkit-filter : drop-shadow (1px 0 1px @bc-shadow );
1082+ filter : drop-shadow (1px 0 1px @bc-shadow );
10751083
10761084 .dark & {
1077- -webkit-filter : drop-shadow (1px 0 1px @dark-bc-shadow );
1085+ -webkit-filter : drop-shadow (1px 0 1px @dark-bc-shadow );
1086+ filter : drop-shadow (1px 0 1px @dark-bc-shadow );
10781087 }
10791088}
10801089
@@ -1123,7 +1132,7 @@ a, img {
11231132/* Styles for inline editors */
11241133
11251134.inline-text-editor {
1126- line-height : 0 px ;
1135+ line-height : 0 ;
11271136}
11281137
11291138.inline-widget {
@@ -1203,13 +1212,13 @@ a, img {
12031212 }
12041213
12051214 .shadow.top {
1206- top : 0 px ;
1207- background-image : -webkit- linear-gradient (top , rgba (0 , 0 , 0 , 0.1 ), rgba (0 , 0 , 0 , 0 ));
1215+ top : 0 ;
1216+ background-image : linear-gradient (rgba (0 , 0 , 0 , 0.1 ), rgba (0 , 0 , 0 , 0 ));
12081217 }
12091218
12101219 .shadow.bottom {
1211- bottom : 0 px ;
1212- background-image : -webkit- linear-gradient (top , rgba (0 , 0 , 0 , 0 ), rgba (0 , 0 , 0 , 0.1 ));
1220+ bottom : 0 ;
1221+ background-image : linear-gradient (rgba (0 , 0 , 0 , 0 ), rgba (0 , 0 , 0 , 0.1 ));
12131222 }
12141223
12151224 .CodeMirror-scroll {
@@ -1303,15 +1312,15 @@ a, img {
13031312
13041313 ul {
13051314 margin : 0 ;
1306- padding : 10px 0 px 10px 5px ;
1315+ padding : 10px 0 10px 5px ;
13071316 list-style : none ;
13081317 }
13091318
13101319 li {
13111320 color : @bc-text-emphasized ;
13121321 margin : 0 ;
13131322 overflow : hidden ;
1314- padding : 2px 0 px 2px 15px ;
1323+ padding : 2px 0 2px 15px ;
13151324 text-overflow : ellipsis ;
13161325 white-space : nowrap ;
13171326
@@ -1469,6 +1478,7 @@ a, img {
14691478 // Unfortunately, the way jsTree sprites are aligned within their 18px boxes doesn't look good in
14701479 // other contexts, so we need some tweaks here instead of straight multiples of @jstree-sprite-size
14711480 -webkit-transform : translateZ (0 ) rotate (90deg );
1481+ transform : translateZ (0 ) rotate (90deg );
14721482 }
14731483}
14741484
@@ -1486,7 +1496,9 @@ a, img {
14861496 padding : 5px 4px 4px 14px ;
14871497
14881498 -webkit-transform : translate (0 , 0 ); // Prefix still required.
1499+ transform : translate (0 , 0 );
14891500 transition : -webkit-transform 66ms cubic-bezier (0 , 0.62 , 0.04 , 0.99 );
1501+ transition : transform 66ms cubic-bezier (0 , 0.62 , 0.04 , 0.99 );
14901502 z-index : @z-index-brackets-modalbar ;
14911503
14921504 .dark & {
@@ -1669,19 +1681,19 @@ a, img {
16691681 }
16701682 #replace-all .solo {
16711683 border-left : none ;
1672- margin-left : 0 px ;
1684+ margin-left : 0 ;
16731685 }
16741686
16751687 // Make find field snug with options buttons
16761688 // & replace snug with replace commands
16771689 #find-what , #replace-with {
1678- margin-right : 0 px ;
1690+ margin-right : 0 ;
16791691 border-top-right-radius : 0 ;
16801692 border-bottom-right-radius : 0 ;
16811693 }
16821694 #find-case-sensitive , #replace-yes {
16831695 border-left : none ;
1684- margin-left : 0 px ;
1696+ margin-left : 0 ;
16851697 border-radius : 0 ;
16861698 }
16871699}
@@ -2024,14 +2036,14 @@ textarea.exclusions-editor {
20242036}
20252037
20262038@-webkit-keyframes spinner- rotateplane {
2027- 0% { -webkit-transform : perspective (120px ) }
2028- 50% { -webkit-transform : perspective (120px ) rotateY (180deg ) }
2029- 100% { -webkit-transform : perspective (120px ) rotateY (180deg ) rotateX (180deg ) }
2039+ 0% { -webkit-transform : perspective (120px ); }
2040+ 50% { -webkit-transform : perspective (120px ) rotateY (180deg ); }
2041+ 100% { -webkit-transform : perspective (120px ) rotateY (180deg ) rotateX (180deg ); }
20302042}
20312043@keyframes spinner- rotateplane {
2032- 0% { -webkit-transform : perspective ( 120 px ) rotateX ( 0 deg ) rotateY ( 0 deg ); transform : perspective (120px ) rotateX (0deg ) rotateY (0deg ); }
2033- 50% { -webkit-transform : perspective ( 120 px ) rotateX ( -180.1 deg ) rotateY ( 0 deg ); transform : perspective (120px ) rotateX (-180.1deg ) rotateY (0deg ); }
2034- 100% { -webkit-transform : perspective ( 120 px ) rotateX ( -180 deg ) rotateY ( -179.9 deg ); transform : perspective (120px ) rotateX (-180deg ) rotateY (-179.9deg ); }
2044+ 0% { transform : perspective (120px ) rotateX (0deg ) rotateY (0deg ); }
2045+ 50% { transform : perspective (120px ) rotateX (-180.1deg ) rotateY (0deg ); }
2046+ 100% { transform : perspective (120px ) rotateX (-180deg ) rotateY (-179.9deg ); }
20352047}
20362048
20372049
@@ -2153,7 +2165,7 @@ label input {
21532165 }
21542166 }
21552167 & .animateOpen {
2156- -webkit- transition : -webkit-transform 125ms ;
2168+ transition : -webkit-transform 125ms ;
21572169 transition : transform 125ms ;
21582170 -webkit-transform : scale (1 );
21592171 transform : scale (1 );
@@ -2162,7 +2174,7 @@ label input {
21622174 // Make the animation use the GPU--especially important for retina.
21632175 -webkit-transform : translateZ (0 );
21642176 transform : translateZ (0 );
2165- -webkit- transition : opacity 500ms 5s ease-in , -webkit-transform 500ms 5s ;
2177+ transition : opacity 500ms 5s ease-in , -webkit-transform 500ms 5s ;
21662178 transition : opacity 500ms 5s ease-in , transform 500ms 5s ;
21672179 opacity : 0.0 ;
21682180 }
0 commit comments