From 9cb0bbd0c11ac47410ca902e379d126ee8e3d85e Mon Sep 17 00:00:00 2001 From: maTh Date: Thu, 29 Dec 2022 00:02:52 +0100 Subject: fix: Ansum and Mapco: icons_as_emojis (#4966) --- p/themes/Ansum/_components.scss | 5 +++++ p/themes/Ansum/ansum.css | 4 ++++ p/themes/Ansum/ansum.rtl.css | 4 ++++ p/themes/Mapco/_components.scss | 5 +++++ p/themes/Mapco/mapco.css | 4 ++++ p/themes/Mapco/mapco.rtl.css | 4 ++++ 6 files changed, 26 insertions(+) diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss index e35f90940..1d0dba033 100644 --- a/p/themes/Ansum/_components.scss +++ b/p/themes/Ansum/_components.scss @@ -57,6 +57,11 @@ font-size: 1rem; line-height: 2.5em; + span.icon { + padding: 0 0.25rem !important; + line-height: 1; + } + &:not(.addItem):hover { background: variables.$main-first; color: variables.$white; diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index f67709b46..f95266363 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -258,6 +258,10 @@ form th { font-size: 1rem; line-height: 2.5em; } +.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon { + padding: 0 0.25rem !important; + line-height: 1; +} .dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover { background: #ca7227; color: #fff; diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index bb7d9947c..d382a7923 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -258,6 +258,10 @@ form th { font-size: 1rem; line-height: 2.5em; } +.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon { + padding: 0 0.25rem !important; + line-height: 1; +} .dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover { background: #ca7227; color: #fff; diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index 01e08327f..f54515ecf 100644 --- a/p/themes/Mapco/_components.scss +++ b/p/themes/Mapco/_components.scss @@ -57,6 +57,11 @@ font-size: 1rem; line-height: 2.5em; + span.icon { + padding: 0 0.25rem !important; + line-height: 1; + } + &:not(.addItem):hover { background: variables.$main-first; color: variables.$white; diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 10708e535..caa1fd5c0 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -257,6 +257,10 @@ form th { font-size: 1rem; line-height: 2.5em; } +.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon { + padding: 0 0.25rem !important; + line-height: 1; +} .dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover { background: #36c; color: #fff; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 86f0303cb..85f0ae80e 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -257,6 +257,10 @@ form th { font-size: 1rem; line-height: 2.5em; } +.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon { + padding: 0 0.25rem !important; + line-height: 1; +} .dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover { background: #36c; color: #fff; -- cgit v1.2.3