Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Nov 15, 2023
1 parent e602d02 commit aba3c36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ main {
}

main * {
-webkit-user-select: none;
user-select: none;
}

Expand Down Expand Up @@ -98,6 +99,11 @@ summary {
display: inline-flex;
align-items: center;
cursor: pointer;
list-style: none;

&::-webkit-details-marker {
display: none;
}

&:before {
content: '';
Expand Down

0 comments on commit aba3c36

Please sign in to comment.