File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1289,13 +1289,14 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
12891289 stroke : currentColor;
12901290 stroke-width : 1.58px ;
12911291 stroke-dasharray : 20px ;
1292- stroke-dashoffset : -3 .4px ;
1292+ stroke-dashoffset : 8 .4px ;
12931293 stroke-linecap : round;
1294+ transform : scaleX (-1 );
12941295 will-change : transform;
12951296}
12961297
12971298.sidebar .repo .lock .locked # shackle {
1298- stroke-dashoffset : -1 .1px ;
1299+ stroke-dashoffset : 6 .1px ;
12991300 animation : lock-click .14s .124s var (--ease-function );
13001301}
13011302
@@ -1309,7 +1310,7 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
13091310
13101311@keyframes lock-click {
13111312 50% {
1312- transform : translateY (0.5px );
1313+ transform : scaleX ( -1 ) translateY (0.5px );
13131314 }
13141315}
13151316
You can’t perform that action at this time.
0 commit comments