File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed
Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -1276,8 +1276,37 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
12761276 margin-right : calc (38px - var (--spacing-1 ));
12771277}
12781278
1279- .sidebar .repo .lock .locked {
1280- /*margin-right: calc(38px - var(--spacing-1));*/
1279+ .sidebar .repo .lock path {
1280+ transition : .18s var (--ease-function );
1281+ }
1282+
1283+ .sidebar .repo .lock # shackle {
1284+ stroke : currentColor;
1285+ stroke-width : 1.58px ;
1286+ stroke-dasharray : 20px ;
1287+ stroke-dashoffset : -3.4px ;
1288+ stroke-linecap : round;
1289+ will-change : transform;
1290+ }
1291+
1292+ .sidebar .repo .lock .locked # shackle {
1293+ stroke-dashoffset : -1.1px ;
1294+ animation : lock-click .14s .124s var (--ease-function );
1295+ }
1296+
1297+ .sidebar .repo .lock .locked # housing-fill {
1298+ fill : currentColor;
1299+ }
1300+
1301+ .sidebar .repo .lock .locked # plug {
1302+ fill : transparent;
1303+ }
1304+
1305+ @keyframes lock-click {
1306+ 50% {
1307+ transform : translateY (0.33px );
1308+ transform : translateY (0.5px );
1309+ }
12811310}
12821311
12831312.sidebar .item .push-wrapper {
You can’t perform that action at this time.
0 commit comments