From 4f116db48e2da2e4afd6b04684ce8d8c00433243 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 15 May 2021 21:26:52 +0200 Subject: [PATCH] [ticket/13713] Remove not needed svg rule PHPBB3-13713 --- phpBB/adm/style/admin.css | 4 ---- phpBB/styles/prosilver/theme/mentions.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index a6d29868ab..7b5257859f 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1726,10 +1726,6 @@ fieldset.submit-buttons legend { max-height: 100%; } -svg { /* TODO: remove it after general normalization */ - fill: currentColor; -} - .mention-item { font-size: 16px; font-weight: 400; diff --git a/phpBB/styles/prosilver/theme/mentions.css b/phpBB/styles/prosilver/theme/mentions.css index a4207a9e49..23816982b5 100644 --- a/phpBB/styles/prosilver/theme/mentions.css +++ b/phpBB/styles/prosilver/theme/mentions.css @@ -48,10 +48,6 @@ max-height: 100%; } -svg { /* TODO: remove it after general normalization */ - fill: currentColor; -} - .mention-item { font-size: 16px; font-weight: 400;