Skip to content

Commit b0c7670

Browse files
committed
Update full.css
1 parent 1e7c7ee commit b0c7670

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

full.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -886,13 +886,12 @@ body.notransition .sidebar {
886886
margin-left: -18px;
887887
}
888888

889-
body:not(.mobile) .sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:hover)):hover {
889+
body:not(.mobile) .sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:hover)):is(:hover, :active) {
890890
color: #fff;
891891
}
892892

893-
.sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:active)):active {
893+
.sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:active)):active :is(.back, .logo) {
894894
opacity: .5;
895-
transition: none;
896895
}
897896

898897
.sidebar .header .logo {

0 commit comments

Comments
 (0)