Skip to content

Commit

Permalink
IBX-5999: Tag styles updated (#822)
Browse files Browse the repository at this point in the history
* IBX-5999: Tag styles updated

* prettier
  • Loading branch information
Gengar-i authored Jun 23, 2023
1 parent f69511c commit 8edefa8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/bundle/Resources/public/scss/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,30 @@
display: none;
position: absolute;
right: calculateRem(8px);
padding: calculateRem(4px);
cursor: pointer;
border: 0;
padding: 0;
outline: none;
line-height: 0;

&:disabled,
&[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;
Expand Down

0 comments on commit 8edefa8

Please # to comment.