File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -886,15 +886,17 @@ body.notransition .sidebar {
886886 margin-left : -18px ;
887887}
888888
889- . sidebar .header .title-screen .title : not (.scrolling ): hover {
889+ body : not (. mobile ) . sidebar .header .title-screen .title : not (.scrolling , : has ( > . branch-icon : hover ) ): hover {
890890 color : # fff ;
891891}
892892
893- .sidebar .header .title-screen .title : not (.scrolling ): active {
893+ .sidebar .header .title-screen .title : not (.scrolling , : has ( > . branch-icon : active ) ): active {
894894 opacity : .5 ;
895895 transition : none;
896896}
897897
898+
899+
898900.sidebar .header .logo {
899901 padding : 7px 0 ;
900902 font-weight : 600 ;
@@ -970,7 +972,7 @@ body:not(.mobile) .sidebar .header .title .branch-icon:hover {
970972}
971973
972974body : not (.mobile ) .sidebar .header .title .branch-icon : active {
973- opacity : 0.5 !important ;
975+ opacity : 0.27 !important ;
974976}
975977
976978.sidebar .header .title .branch-icon .active {
You can’t perform that action at this time.
0 commit comments