Skip to content

Commit

Permalink
fix - Blog Header Button (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreituicu authored Jan 3, 2024
1 parent c8416e3 commit 37b45df
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions aemeds/blocks/blogheader/blogheader.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,20 @@ nav#blogheader li.blogsearch-menu-container {
right: 0;
color: white;
margin-bottom: 0.8rem;
padding-left: 0.4rem;
padding-left: 0.6rem;
}

.blogheader-hamburger button {
.blogheader-hamburger button,
.blogheader-hamburger button:hover,
.blogheader-hamburger button:focus,
.blogheader-hamburger button:active {
margin: 0;
text-align: left;
padding: 0;
background-color: inherit;
background: none;
color: var(--background-color);
border: none;
height: unset;
}

.blogheader-hamburger button::after {
Expand Down

0 comments on commit 37b45df

Please sign in to comment.