diff options
| author | 2022-12-29 00:02:52 +0100 | |
|---|---|---|
| committer | 2022-12-29 00:02:52 +0100 | |
| commit | 9cb0bbd0c11ac47410ca902e379d126ee8e3d85e (patch) | |
| tree | cd9013e3cced1a04432b26bccff8afba2c0a0a6c | |
| parent | 7330cbab3852a27d0b5c04aa794cd6f7fe27ad76 (diff) | |
fix: Ansum and Mapco: icons_as_emojis (#4966)
| -rw-r--r-- | p/themes/Ansum/_components.scss | 5 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 4 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 4 | ||||
| -rw-r--r-- | p/themes/Mapco/_components.scss | 5 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 4 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 4 |
6 files changed, 26 insertions, 0 deletions
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; |
