From 8edefa8e669b708375a845286f047b02e301a356 Mon Sep 17 00:00:00 2001 From: Robert Swoboda <53216935+Gengar-i@users.noreply.github.com> Date: Fri, 23 Jun 2023 12:57:23 +0200 Subject: [PATCH] IBX-5999: Tag styles updated (#822) * IBX-5999: Tag styles updated * prettier --- src/bundle/Resources/public/scss/_tag.scss | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/bundle/Resources/public/scss/_tag.scss b/src/bundle/Resources/public/scss/_tag.scss index 3179006afe..bc11ba8982 100644 --- a/src/bundle/Resources/public/scss/_tag.scss +++ b/src/bundle/Resources/public/scss/_tag.scss @@ -27,9 +27,9 @@ display: none; position: absolute; right: calculateRem(8px); + padding: calculateRem(4px); cursor: pointer; border: 0; - padding: 0; outline: none; line-height: 0; @@ -37,10 +37,20 @@ &[disabled] { cursor: not-allowed; } + + &:hover { + .ibexa-icon { + fill: $ibexa-color-dark; + } + } + + .ibexa-icon { + fill: $ibexa-color-dark-400; + } } &--deletable { - padding-right: calculateRem(24px); + padding-right: calculateRem(28px); .ibexa-tag__remove-btn { display: inline-block;