From 6ea7fb08d95104960413b689e33679720e200b92 Mon Sep 17 00:00:00 2001 From: ByronEricPerez Date: Mon, 20 Jun 2022 18:57:50 -0300 Subject: [PATCH 1/6] fix hover style for char count field --- ui/scss/component/_button.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index a8cfd3b36ef..c3609fbe350 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -350,6 +350,8 @@ a.button--alt { background-color: transparent; margin-right: var(--spacing-m); padding: 0 var(--spacing-xxs); + height: initial; + padding: 5px; &.button--file-action-active { .icon { @@ -378,9 +380,6 @@ a.button--alt { } &:hover { - .icon { - stroke: var(--color-link); - } .button__label { color: var(--color-link); } From 72be88d30d72ee149759e923bc9923ad5d3fd09d Mon Sep 17 00:00:00 2001 From: ByronEricPerez Date: Wed, 22 Jun 2022 15:37:28 -0300 Subject: [PATCH 2/6] vertically align character counter and emoji button --- ui/scss/component/_form-field.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_form-field.scss b/ui/scss/component/_form-field.scss index 0f5d9e8dd22..d47cedb8436 100644 --- a/ui/scss/component/_form-field.scss +++ b/ui/scss/component/_form-field.scss @@ -547,7 +547,7 @@ fieldset-group { text-align: right; span { - display: inline-block; + vertical-align: super; padding-right: 0px; } } From 8a163e0f02c99422915756a59f8fc5df07269140 Mon Sep 17 00:00:00 2001 From: ByronEricPerez Date: Thu, 30 Jun 2022 16:54:56 -0300 Subject: [PATCH 3/6] add new comment icon class --- .../common/form-components/form-field.jsx | 2 +- ui/scss/component/_button.scss | 47 ++++++++++++++++++- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/ui/component/common/form-components/form-field.jsx b/ui/component/common/form-components/form-field.jsx index ebcf4e718f6..438ed23f642 100644 --- a/ui/component/common/form-components/form-field.jsx +++ b/ui/component/common/form-components/form-field.jsx @@ -261,7 +261,7 @@ export class FormField extends React.PureComponent { {!noEmojis && openEmoteMenu && (