Skip to content

Commit

Permalink
using new arrow in header and added underline on nested menu
Browse files Browse the repository at this point in the history
  • Loading branch information
claud-io committed Oct 19, 2023
1 parent ba59fa2 commit d714012
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
6 changes: 6 additions & 0 deletions www/assets/css/wpt-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,12 @@ wpt-header .wptheader_nav_title {
margin-bottom: 0.5em;
}

wpt-header .secondary_underline > p {
font-weight: unset;
text-decoration: underline;
text-underline-position: under;
}

wpt-header .wptheader_top_right_arrow{
display: block;
width: 11px;
Expand Down
10 changes: 10 additions & 0 deletions www/assets/images/header-menu-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions www/templates/layouts/includes/wpt-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,16 @@ function addTab($tabName, $tabUrl, $addClass = '')
</ul>
</div>
<div class="wptheader_nav_menu_section wptheader_nav_cta" style="padding: 1.5rem 0 1rem;">
<img src="/assets/images/header-menu-arrow.svg" width="20" height="20" style="padding-bottom:5px;">
<p class="wptheader_nav_title">For Enterprise:<br>Internet Performance Monitoring</p>
</div>
<div class="wptheader_nav_menu_section nested">
<p class="wptheader_nav_title" style="font-weight:unset;">By Team</p>
<div class="wptheader_nav_menu_section nested secondary_underline">
<p class="wptheader_nav_title">By Team</p>
<ul>
<li class="wptheader_nav_menu_link"><a target="_blank" href="https://www.catchpoint.com/website-experience/web-teams?utm_source=wpt&utm_medium=navbar&utm_content=webteams">Web/SEO Teams</a></li>
<li class="wptheader_nav_menu_link"><a target="_blank" href="https://www.catchpoint.com/website-experience/it-teams?utm_source=WPT&utm_medium=NavBar&utm_content=ItTeams">IT/DevOps Teams</a></li>
</ul>
<p class="wptheader_nav_title" style="font-weight:unset;">By Use Case</p>
<p class="wptheader_nav_title">By Use Case</p>
<ul>
<li class="wptheader_nav_menu_link"><a target="_blank" href="https://www.catchpoint.com/real-user-monitoring?utm_source=WPT&utm_medium=NavBar&utm_content=rum">Real User Monitoring (RUM)</a></li>
<li class="wptheader_nav_menu_link"><a target="_blank" href="https://www.catchpoint.com/application-experience/api-monitoring?utm_source=WPT&utm_medium=NavBar&utm_content=apiMonitoring">API Monitoring</a></li>
Expand Down

0 comments on commit d714012

Please sign in to comment.