Use theme for tag-input tags

This commit is contained in:
Johannes Zellner
2020-03-25 06:48:45 +01:00
parent 6994ec0f03
commit 4153fb7d1e
2 changed files with 9 additions and 20 deletions

View File

@@ -1372,13 +1372,13 @@ tag-input {
input {
flex-grow: 1;
height: 18px;
padding: 0px;
font-size: 14px;
line-height: 18px;
color: black;
border: 0px;
margin: 1px;
margin: 4px 0;
&:focus {
outline: 0;
box-shadow: 0px;
@@ -1386,22 +1386,11 @@ tag-input {
}
.input-tag {
padding: 2px 4px;
line-height: 12px;
font-size: 11px;
background-color: #e3eaf6;
border-radius: 2px;
margin: 2px 5px 2px 0px;
border: 1px solid #a9b6d2;
margin: 2px 0;
margin-right: 4px;
.delete-tag {
display: inline-block;
font-size: 12px;
cursor: pointer;
padding: 0px 2px;
&:hover {
background-color: #96b4d2;
}
:first-child {
cursor: text;
}
}
}