Skip to content

Commit 2f3f5d4

Browse files
committed
Update full.css
1 parent 3399c3d commit 2f3f5d4

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

full.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,16 +1302,12 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
13021302
animation: lock-click .14s .124s var(--ease-function);
13031303
}
13041304

1305-
.sidebar .repo .lock #housing-fill {
1305+
.sidebar .repo .lock:not(.locked) #housing-fill {
13061306
opacity: 0 !important;
13071307
}
13081308

1309-
.sidebar .repo .lock.locked #housing-fill {
1310-
opacity: 1 !important;
1311-
}
1312-
13131309
.sidebar .repo .lock.locked #plug {
1314-
fill: transparent;
1310+
opacity: 0 !important;
13151311
}
13161312

13171313
@keyframes lock-click {

0 commit comments

Comments
 (0)