Skip to content

Commit 5f7721a

Browse files
committed
Update full.css
1 parent 1d49139 commit 5f7721a

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

full.css

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)