Skip to content

Commit

Permalink
responsive-menu-bullet-points
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Sep 19, 2023
1 parent 011d4f2 commit 695d828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions supplemental_ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</div>
</a>
<a href="http://developers.teradata.com/" class="developers">Developers</a>
<ul class="header-nav-mobile__top-links">
<ul class="header-nav-mobile__top-links list">
<li>
<button id="showMenu" role="button" aria-label="Click or Press enter to open menu" tabindex="0" class="header-nav-mobile__menu-icon">
<span></span>
Expand All @@ -116,7 +116,7 @@
</div>
<!--Start Responsive NavBar-->
<section class="header-nav-mobile__menu-listing display-menu sidenav">
<ul class="container-wide header-nav-mobile__menu-listing-ul">
<ul class="container-wide header-nav-mobile__menu-listing-ul list">
<li class="header-nav-mobile__menu-listing__item has-sub-items">
<header data-celebrus="Mobile Main Menu - Who we help" data-gtm-category="Header" data-gtm-action="main nav click" data-gtm-label="Who we help" class="d-flex justify-content-between align-items-center border-bottom-light">
<div class="header-nav-mobile__menu-listing__header nav-1">
Expand All @@ -131,7 +131,7 @@
<span class="caret caret--slate"></span>
</button>
<div class="slide-up-down__container hidden" style="--content-height: 94; transition: height 500ms ease-in-out 0s;">
<ul class="ps-3">
<ul class="ps-3 list">
<li>
<a class="nav-2 py-4 d-block color-slate" href="/Getting-Started/Pricing">VantageCloud Lake Documentation</a>
</li>
Expand All @@ -156,7 +156,7 @@
<span class="caret caret--slate"></span>
</button>
<div class="slide-up-down__container hidden" aria-hidden="false" style="--content-height: 235; transition: height 500ms ease-in-out 0s;">
<ul class="ps-3">
<ul class="ps-3 list">
<li>
<a class="nav-2 py-4 d-block color-slate" href="/University/Overview">Teradata Community</a>
</li>
Expand Down

0 comments on commit 695d828

Please sign in to comment.