diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/form/signup.css | 2 | ||||
| -rw-r--r-- | examples/form/style.css | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/examples/form/signup.css b/examples/form/signup.css index 1a5f3ff..e633243 100644 --- a/examples/form/signup.css +++ b/examples/form/signup.css @@ -4,7 +4,7 @@ max-width: 700px; margin: 1rem auto; - --cssx-disgustingly-set-innerhtml: "<h1 class= 'form-title'>Sign-<b>Up</b></h1>"; + --cssx-disgustingly-set-innerhtml: "<h1 class='form-title'>Sign-<b>Up</b></h1>"; --cssx-children: form#form; --count: '0'; diff --git a/examples/form/style.css b/examples/form/style.css index a7fb5c5..63f758b 100644 --- a/examples/form/style.css +++ b/examples/form/style.css @@ -14,8 +14,6 @@ body * { padding: 0.5rem 1rem; cursor: pointer; - --cssx-on-mount: set-attr('type', 'button'); - --cssx-on-click: add-class(signup-page, 'loading') add-class(signup-btn, 'loading') delay(0.5s) load-cssx(signup-page-content, './signup.css') |
