c1-cms
Version:
Contains React components distributed with C1 CMS.
30 lines (24 loc) • 466 B
text/less
.menubar {
background: @menubar-bg-color;
> ui|menu {
border: none;
> ui|labelbox {
color: @menubar-text-color;
&.textonly {
&:after {
border-color: @menubar-bg-color transparent transparent transparent;
}
}
}
&.hover {
> ui|labelbox {
color: @primary-color;
&.textonly {
&:after {
border-color: transparent transparent @menubar-bg-color transparent;
}
}
}
}
}
}