Skip to content

Commit

Permalink
Small CSS amend for cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
loginesta committed Feb 14, 2025
1 parent 633157c commit 82cc207
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ header nav .nav-hamburger {
}

header nav .nav-hamburger button {
cursor: pointer;
height: 22px;
margin: 0;
border: 0;
Expand Down Expand Up @@ -531,6 +532,10 @@ header nav .nav-sections .active-submenu {
width: 100%;
}

header nav .nav-sections ul > li.nav-drop {
cursor: pointer;
}

header nav .nav-sections ul > li.nav-drop::after {
content: '\276F';
position: absolute;
Expand Down Expand Up @@ -563,6 +568,7 @@ header nav .nav-sections .active-submenu {
background: none;
border: 0;
border-bottom: 1px solid var(--color-neutral-500);
cursor: pointer;
left: -2em;
padding: 0 2em 1em;
position: relative;
Expand Down

0 comments on commit 82cc207

Please sign in to comment.