Avoid duplicated borders in taginput.

This commit is contained in:
mateuswetah 2023-11-20 12:22:32 -03:00
parent 2d5c02f570
commit f60755ed92
1 changed files with 2 additions and 1 deletions

View File

@ -154,10 +154,11 @@
&:focus, &:active, &.is-focused { &:focus, &:active, &.is-focused {
border: 1px solid var(--tainacan-secondary) !important; border: 1px solid var(--tainacan-secondary) !important;
} }
.input { input[type="text"].input:not(.is-danger) {
margin-bottom: 0px !important; margin-bottom: 0px !important;
text-overflow: ellipsis; text-overflow: ellipsis;
background-color: none; background-color: none;
border: none !important;
} }
input[type="text"].input:not(.is-danger).has-selected, input[type="text"].input:not(.is-danger).has-selected,
input[type="text"].input:not(.is-danger):focus, input[type="text"].input:not(.is-danger):focus,