Skip to content

Commit 0b58514

Browse files
committed
Fixed title dimming issue in version 1.0 update
1 parent 7f05329 commit 0b58514

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

styles.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,14 @@ body.StilleUnfocusTitle .view-header-title {
3131

3232
body.StilleUnfocusTitle .view-header-title:focus-within {
3333
opacity: 1.0;
34-
}
34+
}
35+
36+
/* Below are v1.0 specific fixes */
37+
38+
body.StilleUnfocusTitle .inline-title {
39+
opacity: var(--unfocusedLevel);
40+
}
41+
42+
body.StilleUnfocusTitle .inline-title:focus-within {
43+
opacity: 1.0;
44+
}

0 commit comments

Comments
 (0)