We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7c7ee commit b0c7670Copy full SHA for b0c7670
full.css
@@ -886,13 +886,12 @@ body.notransition .sidebar {
886
margin-left: -18px;
887
}
888
889
-body:not(.mobile) .sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:hover)):hover {
+body:not(.mobile) .sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:hover)):is(:hover, :active) {
890
color: #fff;
891
892
893
-.sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:active)):active {
+.sidebar .header .title-screen .title:not(.scrolling, :has(> .branch-icon:active)):active :is(.back, .logo) {
894
opacity: .5;
895
- transition: none;
896
897
898
.sidebar .header .logo {
0 commit comments