Delete button for tags

This commit is contained in:
2020-09-01 22:27:32 +02:00
parent ec0ba2f9c7
commit 97eaedd85f
4 changed files with 44 additions and 5 deletions

View File

@@ -692,7 +692,21 @@ body {
padding: 8px 14px;
background-color: #D7CEC7;
border-radius: 2px;
width: max-content; }
width: max-content;
display: flex;
flex-direction: row;
height: 100%;
height: min-content;
gap: 3px; }
.LP-Tag--multiRow {
flex-wrap: wrap; }
.LP-Tag--column {
display: flex;
flex-direction: column; }
.LP-Tag__Remove .RV-Iconized__Icon {
fill: #76323F; }
.LP-Tag__Remove .RV-Iconized__Icon:hover {
fill: #565656; }
.LP-Tag:hover, .tagify__tag:hover {
background-color: #bdbdbd; }
.LP-Tag .LP-Paragraph, .tagify__tag .LP-Paragraph {
@@ -1472,12 +1486,13 @@ body {
line-height: inherit;
position: relative;
white-space: pre-wrap;
margin-left: 15px; }
margin-left: 15px;
height: 1em; }
.tagify__tag__removeBtn {
order: 5;
cursor: pointer;
font: 1em/1 Arial;
font: 1.5em/1 Arial;
transition: .2s ease-out;
color: #76323F; }