redhat-rcue / rcue

Red Hat Common User Interface (RCUE) reference implementation
Other
26 stars 15 forks source link

Color variable is missing for vertical navigation #74

Open jgiardino opened 7 years ago

jgiardino commented 7 years ago

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.

andresgalante commented 7 years ago

@LHinson This is a bug, can we schedule this story?

AdamJ commented 6 years ago

@jgiardino As the PR for this fix was merged, can you verify that this can be closed? Thanks!