From 08cc160606b0510b18df2bc75a83e954d4429fe6 Mon Sep 17 00:00:00 2001 From: hudaif747 Date: Tue, 20 May 2025 16:14:52 +0200 Subject: [PATCH] :wrench: change export menu icons from default to print icon --- src/App.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/App.scss b/src/App.scss index 0fc7a3c0..8c7c4e8e 100644 --- a/src/App.scss +++ b/src/App.scss @@ -74,3 +74,18 @@ body { .datepicker-paddingTop { padding-top: 19px; } + +.am5exporting-icon svg { + display: none !important; +} + +a.am5exporting-icon { + height: auto; + width: auto; +} + +.am5exporting-icon::before { + content: url("data:image/svg+xml;utf8,"); + display: inline-block; + vertical-align: middle; +}