Skip to content

Commit

Permalink
feat: ♿ add compiled files of CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton225 committed Dec 17, 2024
1 parent dd03d81 commit 8382089
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
12 changes: 12 additions & 0 deletions dist/reset-zone.layer.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,18 @@
display: none;
}
}
audio :not([controls]) {
display: none;
}
[aria-busy=true] {
cursor: progress;
}
[aria-controls] {
cursor: pointer;
}
[aria-disabled] {
cursor: default;
}
@supports selector(:focus-visible) {
:focus-visible {
outline: max(1px, 0.15em) solid currentColor;
Expand Down
2 changes: 1 addition & 1 deletion dist/reset-zone.layer.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions dist/reset-zone.regular.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,22 @@ table {
display: none;
}
}
audio :not([controls]) {
display: none;
}

[aria-busy=true] {
cursor: progress;
}

[aria-controls] {
cursor: pointer;
}

[aria-disabled] {
cursor: default;
}

@supports selector(:focus-visible) {
:focus-visible {
outline: max(1px, 0.15em) solid currentColor;
Expand Down
Loading

0 comments on commit 8382089

Please sign in to comment.