Skip to content

Commit 544c36a

Browse files
committed
Update full.css
1 parent 179e13c commit 544c36a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

full.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,12 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
12771277
}
12781278

12791279
.sidebar .repo .lock path {
1280-
transition: .18s var(--ease-function);
1280+
opacity: 1 !important;
1281+
transition: .18s var(--ease-function) !important;
1282+
}
1283+
1284+
.sidebar .repo .lock:active #wrapper {
1285+
opacity: .5;
12811286
}
12821287

12831288
.sidebar .repo .lock #shackle {

0 commit comments

Comments
 (0)