Skip to content

Commit

Permalink
feat(cxl-ui): [cxl-jw-player] add hidden property style
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Feb 20, 2023
1 parent ec4b4c6 commit f55780c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
background: var(--lumo-shade);
gap: var(--lumo-space-s);

&[hidden] {
display: none;
}

.close {
font-size: var(--lumo-font-size-xs);
cursor: pointer;
Expand Down

0 comments on commit f55780c

Please sign in to comment.