When I apply the RCUE css to a project that uses horizontal navigation. I see that the top border above the masthead is red, as expected.
However when I apply the css to a project that uses vertical navigation, the top border is blue.
In the file variables.less, line 17, I can see that @navbar-pf-border-color (used by horizontal nav) is assigned the #cc0000 red color. But I do not see @navbar-pf-vertical-border-color (used by vertical nav) included in this file.
When I apply the RCUE css to a project that uses horizontal navigation. I see that the top border above the masthead is red, as expected.
However when I apply the css to a project that uses vertical navigation, the top border is blue.
In the file variables.less, line 17, I can see that
@navbar-pf-border-color
(used by horizontal nav) is assigned the #cc0000 red color. But I do not see@navbar-pf-vertical-border-color
(used by vertical nav) included in this file.