Skip to content

Commit

Permalink
fix(list): LyList could not parse CSS stylesheet during test
Browse files Browse the repository at this point in the history
Fixes #187
  • Loading branch information
Enlcxx committed Apr 17, 2022
1 parent fc39b07 commit 5f3f999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/list/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const STYLES = (theme: ThemeVariables & LyListVariables, ref: ThemeRef) =
background: transparent
opacity: 0
pointer-events: none
},
}
&${list.onFocusByKeyboard}::after, &${list.actionListItem}:hover::after {
background: currentColor
opacity: .13
Expand Down
2 changes: 1 addition & 1 deletion src/lib/src/styles/core-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const LY_COMMON_STYLES = {
position: relative
text-decoration-line: none
-webkit-text-decoration-line: none
&::-moz-focus-inner: {
&::-moz-focus-inner {
border: 0
}
}`
Expand Down

0 comments on commit 5f3f999

Please sign in to comment.