File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff 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
110100html {
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 ;
You can’t perform that action at this time.
0 commit comments