You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
366 B
CSS

:import("../menu-item/style.css") {
item: item;
submenu: submenu;
submenuArrow: submenuArrow;
}
.menuBar {
composes: notSelectable from "../shared.css";
display: flex;
}
.menuBar > .item {
padding: 4px 7px 5px 7px;
}
.menuBar > .item > .submenu > .submenuArrow {
display: none;
}
.menuBar .icon {
color: red; /* ??? */
height: 16px;
margin-top: 2px;
}