Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 week ago
Changing valo theme variables for menu bar
Hello and thank you,
I'm having trouble using valo and its API to change one variable in the menubar. I just want v-font-weight to be 600px. I guess that I don't understand the API and what component to remove.
This is my scaled down attempt to do this in styles.scss.
@import "valo";
$v-included-components: remove($v-included-components, menu-item-style);
.myvalo {
@include valo;
$v-font-weight: 600;
@include valo-menubar-menuitem-style();
}
Last updated on
the question was answered here: http://stackoverflow.com/questions/43328398/changing-vaadin-valo-theme-variables-for-menu-bar/43664925#43664925
Last updated on
You cannot reply to this thread.