We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3399c3d commit 2f3f5d4Copy full SHA for 2f3f5d4
1 file changed
full.css
@@ -1302,16 +1302,12 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
1302
animation: lock-click .14s .124s var(--ease-function);
1303
}
1304
1305
-.sidebar .repo .lock #housing-fill {
+.sidebar .repo .lock:not(.locked) #housing-fill {
1306
opacity: 0 !important;
1307
1308
1309
-.sidebar .repo .lock.locked #housing-fill {
1310
- opacity: 1 !important;
1311
-}
1312
-
1313
.sidebar .repo .lock.locked #plug {
1314
- fill: transparent;
+ opacity: 0 !important;
1315
1316
1317
@keyframes lock-click {
0 commit comments