Skip to content

Commit f222c46

Browse files
committed
Update full.css
1 parent f874230 commit f222c46

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

full.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

972974
body: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 {

0 commit comments

Comments
 (0)