From eb53df5a892a0b507c72079592fb86cc421882f3 Mon Sep 17 00:00:00 2001 From: Carol Soliman <17387510+carsoli@users.noreply.github.com> Date: Thu, 23 Jun 2022 14:02:11 +0000 Subject: [PATCH 1/3] refact(mixins): move scrollbar mixin to kotti-style used by more than just the kotti-fields now --- .../components/CommentInlineEdit.vue | 2 +- .../kotti-field-select/components/Options.vue | 2 +- .../kotti-field-text-area/KtFieldTextArea.vue | 5 ++-- .../kotti-ui/source/kotti-field/mixins.scss | 27 ------------------ .../kotti-ui/source/kotti-style/_mixins.scss | 28 +++++++++++++++++++ .../kotti-ui/source/kotti-style/index.scss | 1 + 6 files changed, 34 insertions(+), 31 deletions(-) create mode 100644 packages/kotti-ui/source/kotti-style/_mixins.scss diff --git a/packages/kotti-ui/source/kotti-comment/components/CommentInlineEdit.vue b/packages/kotti-ui/source/kotti-comment/components/CommentInlineEdit.vue index bcc72c6af7..ad24df30f7 100644 --- a/packages/kotti-ui/source/kotti-comment/components/CommentInlineEdit.vue +++ b/packages/kotti-ui/source/kotti-comment/components/CommentInlineEdit.vue @@ -75,7 +75,7 @@ export default defineComponent<{