refactor: unset color icon filter in dish detail

This commit is contained in:
Rainer Killinger
2022-12-07 18:00:19 +01:00
parent 95e1734d26
commit f55f3ae518

View File

@@ -1,6 +1,6 @@
@import "src/theme/common/_helper.scss";
.vertical-list {
ul li img {
filter: invert(0%) sepia(25%) saturate(5940%) hue-rotate(121deg) brightness(70%) contrast(87%);
filter: unset;
}
}