icons & menu

This commit is contained in:
STEINNI
2025-10-13 20:04:20 +00:00
parent a38d2da3e4
commit 2e0a223efe
36 changed files with 847 additions and 808 deletions
+1 -3
View File
@@ -1,4 +1,4 @@
@import 'eicui-glyphs-2.0.css';
/*@import 'eicui-glyphs-2.0.css';*/
:root,:after,:before {
--eicui-base-color-grey-100: #404040;
@@ -2325,7 +2325,6 @@ menu[eicmenu] [menuitem] {
display: flex;
color: white !important;
height: auto;
text-transform: uppercase;
transition: all .3s ease-in-out;
text-align: left;
flex-direction: column;
@@ -2345,7 +2344,6 @@ menu[eicmenu] [menuitem] > a {
border-top: 0.1rem solid #efefef;
display: flex;
text-decoration: none;
text-transform: uppercase;
transition: all .3s ease-in-out;
white-space: nowrap;
width: 100%;
+1 -1
View File
@@ -2034,7 +2034,7 @@ class Menu extends EicComponent {
if(item.items) {
el = ui.create(`<button eicbutton rounded small class="icon-angle-up"></button>`);
el = ui.create(`<button eicbutton rounded xsmall class="icon-angle-up"></button>`);
el.addEventListener('click', this.toggle.bind(this));
parent.appendChild(el);

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB