Tag use --highlight-secondary background if not set bulma classes

pull/786/merge
SergeiTarkhanov 2024-11-13 12:44:24 +03:00 committed by Bastien Wirtz
parent 29a9cd3ea5
commit b6d9749dea
1 changed files with 5 additions and 3 deletions

View File

@ -181,8 +181,6 @@
}
.tag {
color: var(--highlight-secondary);
background-color: var(--highlight-secondary);
position: absolute;
bottom: 1rem;
right: -0.2rem;
@ -190,6 +188,11 @@
overflow: hidden;
transition: all 0.2s ease-out;
padding: 0;
&:not([class*="is-"]) {
color: #ffffff;
background-color: var(--highlight-secondary);
}
.tag-text {
display: none;
@ -213,7 +216,6 @@
.tag {
width: auto;
color: #ffffff;
padding: 0 0.75em;
.tag-text {