Skip to content

Commit c1ec9ce

Browse files
committed
deploy: 152e8e5
1 parent b377262 commit c1ec9ce

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

assets/styles/docs.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ button:focus-visible {
9696
color: var(--zn-color-neutral-900);
9797
}
9898

99-
/* Show custom elements only after they're registered */
100-
:not(:defined),
101-
:not(:defined) * {
102-
opacity: 0;
103-
}
104-
105-
:defined {
106-
opacity: 1;
107-
transition: 0.1s opacity;
108-
}
10999

110100
html {
111101
height: 100%;
@@ -1053,11 +1043,6 @@ html.sidebar-open #menu-toggle {
10531043
cursor: pointer;
10541044
}
10551045

1056-
#theme-selector:not(:defined) {
1057-
/* Hide when not defined to prevent extra wide icon toolbar while loading */
1058-
display: none;
1059-
}
1060-
10611046
#theme-selector zn-menu {
10621047
/* Set an initial size to prevent width being too small when first opening on small screen width */
10631048
width: 140px;

dist/zn.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)