UX: have svg icons inherit colour (#24871)

This commit is contained in:
chapoi
2023-12-13 16:34:29 +02:00
committed by GitHub
parent fadcfd1451
commit 7392e0e8a2

View File

@@ -117,6 +117,10 @@ img {
vertical-align: middle;
}
.svg-icon {
color: inherit;
}
// Forms
// --------------------------------------------------