Skip to content

Commit 152e8e5

Browse files
committed
Fix Docs
1 parent a914556 commit 152e8e5

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

docs/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;

src/components/select/select.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,7 @@ export default class ZnSelect extends ZincElement implements ZincFormControl {
904904
</zn-popup>
905905
</div>
906906
907+
907908
<div
908909
part="form-control-help-text"
909910
id="help-text"

0 commit comments

Comments
 (0)