UNPKG

c1-cms

Version:

Contains React components distributed with C1 CMS.

30 lines (24 loc) 466 B
.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; } } } } } }