diff --git a/es-bs-base/scss/_nav.scss b/es-bs-base/scss/_nav.scss index e85d7ee83..2b8a4e671 100644 --- a/es-bs-base/scss/_nav.scss +++ b/es-bs-base/scss/_nav.scss @@ -461,6 +461,7 @@ $nav-hover-delay: 300ms; color: variables.$blue-900; text-decoration: none; background: variables.$gray-50; + border: variables.$btn-border-width solid transparent; @include border-radius.border-radius(8px); } diff --git a/es-design-system/pages/molecules/es-search-bar.vue b/es-design-system/pages/molecules/es-search-bar.vue index 9c8048076..36f3101ad 100644 --- a/es-design-system/pages/molecules/es-search-bar.vue +++ b/es-design-system/pages/molecules/es-search-bar.vue @@ -6,40 +6,47 @@

Basic example

- + + + + +

Example with open/close functionality

- - - - - - + +

diff --git a/es-vue-base/src/lib-components/EsNavBar.vue b/es-vue-base/src/lib-components/EsNavBar.vue index 4d8b710c9..f62081bd3 100644 --- a/es-vue-base/src/lib-components/EsNavBar.vue +++ b/es-vue-base/src/lib-components/EsNavBar.vue @@ -111,24 +111,38 @@ :main-menu-text="globalContent.mainMenuText" :name="topLevelMenu.name" :sub-heading="topLevelMenu.subHeading" - :topics="topLevelMenu.topics"> + :topics="topLevelMenu.topics" + class="top-level-menus"> + +