We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f05329 commit 0b58514Copy full SHA for 0b58514
styles.css
@@ -31,4 +31,14 @@ body.StilleUnfocusTitle .view-header-title {
31
32
body.StilleUnfocusTitle .view-header-title:focus-within {
33
opacity: 1.0;
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