From 7392e0e8a29a9ec76918095f947ac8d027e96fb6 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:34:29 +0200 Subject: [PATCH] UX: have svg icons inherit colour (#24871) --- app/assets/stylesheets/common/foundation/base.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/foundation/base.scss b/app/assets/stylesheets/common/foundation/base.scss index 32caf9b709f..bef8f379d8b 100644 --- a/app/assets/stylesheets/common/foundation/base.scss +++ b/app/assets/stylesheets/common/foundation/base.scss @@ -117,6 +117,10 @@ img { vertical-align: middle; } +.svg-icon { + color: inherit; +} + // Forms // --------------------------------------------------