Skip to content

Commit

Permalink
Fix selector in example styles.css
Browse files Browse the repository at this point in the history
The selector without the `ul` name will work in Firefox, but it does not work in Chromium

Signed-off-by: Stephen Kraus <8003332+stephenmk@users.noreply.github.com>
  • Loading branch information
stephenmk authored Sep 13, 2024
1 parent 5f5629b commit f9b9fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/dictionaries/valid-dictionary1/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[data-sc-content='glossary'] {
ul[data-sc-content='glossary'] {
color: #ffff00;
}
}

0 comments on commit f9b9fbe

Please sign in to comment.