Avoid duplicated borders in taginput.
This commit is contained in:
parent
2d5c02f570
commit
f60755ed92
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue