Improved attachmentIcon glyph coloring

This commit is contained in:
the-djmaze 2023-03-21 11:05:34 +01:00
parent b29d8f617c
commit db5bd3cd36
3 changed files with 6 additions and 4 deletions

View file

@ -31,7 +31,7 @@
}
}
.attachmentIconParent {
.attachmentIcon {
position: absolute;
height: 48px;
width: 48px;
@ -85,7 +85,9 @@
.iconMain, .iconPreview {
padding: 6px 0 0;
font-size: 36px;
color: #aaa;
color: var(--main-color);
filter: invert(33%);
mix-blend-mode: difference;
&.icon-none {
display: none;