Skip to content

Commit

Permalink
💄 style: Fix Items are not highlighted in the list (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Dec 14, 2023
1 parent 805c0b4 commit 1f8f85c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions javascript/main.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/styles/components/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export default (token: Theme) => {
&:nth-of-type(odd) {
background: transparent !important;
&:hover {
background: ${token.colorFillSecondary} !important;
}
}
}
}
Expand Down

0 comments on commit 1f8f85c

Please sign in to comment.