Skip to content

Commit

Permalink
Fixed title dimming issue in version 1.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee committed Oct 13, 2022
1 parent 7f05329 commit 0b58514
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,14 @@ body.StilleUnfocusTitle .view-header-title {

body.StilleUnfocusTitle .view-header-title:focus-within {
opacity: 1.0;
}
}

/* Below are v1.0 specific fixes */

body.StilleUnfocusTitle .inline-title {
opacity: var(--unfocusedLevel);
}

body.StilleUnfocusTitle .inline-title:focus-within {
opacity: 1.0;
}

0 comments on commit 0b58514

Please sign in to comment.