icons & menu
This commit is contained in:
Vendored
+1
-3
@@ -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%;
|
||||
|
||||
Vendored
+1
-1
@@ -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 |
Reference in New Issue
Block a user