From b6b0d685769152b9a7f612868554fcb2a2a1d4fd Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Wed, 17 Jul 2024 20:18:19 +0200 Subject: [PATCH] DEV: various form-kit tweaks (#27950) - removes unused css code - improves password control sizing - adds more spacing between collection items - correct a typo in collection class --------- Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com> --- .../app/form-kit/components/fk/collection.gjs | 2 +- .../components/fk/control/password.gjs | 2 +- .../common/form-kit/_collection.scss | 5 ++ .../common/form-kit/_control-input.scss | 5 +- .../common/form-kit/_control-password.scss | 47 +++++++++++++++---- .../stylesheets/common/form-kit/_index.scss | 1 + .../stylesheets/common/form-kit/_row.scss | 22 --------- 7 files changed, 49 insertions(+), 35 deletions(-) create mode 100644 app/assets/stylesheets/common/form-kit/_collection.scss diff --git a/app/assets/javascripts/discourse/app/form-kit/components/fk/collection.gjs b/app/assets/javascripts/discourse/app/form-kit/components/fk/collection.gjs index b6aab139f01..1642c1fbcfb 100644 --- a/app/assets/javascripts/discourse/app/form-kit/components/fk/collection.gjs +++ b/app/assets/javascripts/discourse/app/form-kit/components/fk/collection.gjs @@ -14,7 +14,7 @@ export default class FKCollection extends Component { }