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;