I really like the Valo theme, but it appears that the tabsheet tabs somehow do not get Valo styling. Every other widget seems to be style properly, but tabsheet is rendered only as a list of tab names with the selected tab in blue with a blue underscore. There are no borders around the tabs whatsoever.
I have completely stripped out my custom CSS from my scss file leaving only the import, like so:
@import “…/valo/valo.scss”;
@mixin blacknblue {
@include valo;
}
… just to make certain I wasn’t causing the problem, but it did not change the way the tabsheet is rendered.