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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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