Skip to content

Commit

Permalink
Fix issue Frontend Article edit category/tags Remove Item #681
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Aug 23, 2024
1 parent b1bf8a9 commit 40d7681
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions assets/vendor/astroid/scss/joomla/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,30 @@ ul.tags {
transform: scaleX(1);
}
}
}
.choices__button_joomla {
color: inherit;
text-indent: -9999px;
cursor: pointer;
opacity: .5;
appearance: none;
background: 0 0;
border: 0;
padding: 0 10px;
position: relative;
&:before {
text-align: center;
text-indent: 0;
content: "×";
display: block;
position: absolute;
inset: 0;
}
&:hover {
opacity: 1;
}
&:focus {
opacity: 1;
outline: none;
}
}

0 comments on commit 40d7681

Please sign in to comment.