Skip to content

Commit 098af2d

Browse files
committed
Update full.css
1 parent ccb4614 commit 098af2d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

full.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,12 +1763,6 @@ body.mobile .menu .icon a {
17631763
.menu .icon .branch-icon {
17641764
color: #828689;
17651765
opacity: .5;
1766-
opacity: 0;
1767-
}
1768-
1769-
.menu .icon.selected .branch-icon {
1770-
color: inherit;
1771-
opacity: 1;
17721766
}
17731767

17741768
.menu .icon .bigger-icon {
@@ -1797,6 +1791,15 @@ body.mobile .menu.branch-menu:not(.visible) {
17971791
max-height: calc(200px - 8px);
17981792
}
17991793

1794+
.menu.branch-menu .icon .branch-icon {
1795+
opacity: 0;
1796+
}
1797+
1798+
.menu.branch-menu .icon.selected .branch-icon {
1799+
color: inherit;
1800+
opacity: 1;
1801+
}
1802+
18001803
.context-menu {
18011804
margin-top: -7px;
18021805
margin-left: -6px;

0 commit comments

Comments
 (0)