[DE] Fix Bug 57306

This commit is contained in:
ShimaginAndrey 2022-05-25 12:14:54 +03:00
parent 4602929b60
commit 0dd313c7d0
2 changed files with 4 additions and 6 deletions

View file

@ -313,7 +313,10 @@
border-radius: 4px;
margin-top: -3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
background: @fill-white;
background-color: @fill-white;
&.auto {
background-color: @autoColor;
}
}
}
}

View file

@ -124,11 +124,6 @@
background-color: @button-active-opacity;
}
}
.item-content {
.color-preview.auto {
background-color: @autoColor;
}
}
.item-link .item-inner {
width: 100%;
}