We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb4614 commit 098af2dCopy full SHA for 098af2d
full.css
@@ -1763,12 +1763,6 @@ body.mobile .menu .icon a {
1763
.menu .icon .branch-icon {
1764
color: #828689;
1765
opacity: .5;
1766
- opacity: 0;
1767
-}
1768
-
1769
-.menu .icon.selected .branch-icon {
1770
- color: inherit;
1771
- opacity: 1;
1772
}
1773
1774
.menu .icon .bigger-icon {
@@ -1797,6 +1791,15 @@ body.mobile .menu.branch-menu:not(.visible) {
1797
1791
max-height: calc(200px - 8px);
1798
1792
1799
1793
1794
+.menu.branch-menu .icon .branch-icon {
1795
+ opacity: 0;
1796
+}
+
+.menu.branch-menu .icon.selected .branch-icon {
+ color: inherit;
1800
+ opacity: 1;
1801
1802
1803
.context-menu {
1804
margin-top: -7px;
1805
margin-left: -6px;
0 commit comments