Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
vishalvivekm authored Oct 21, 2024
1 parent 764a953 commit 3b98ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,10 @@
width: 100%;
height: 100%;
object-fit: cover;
}
img.grid-icon {
transition: filter 0.15s ease-in-out;
&:hover {
filter: invert(.6);
}
}
2 changes: 1 addition & 1 deletion layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
data-toggle="dropdown"
style="padding-top:6px"
>
<img width="28px" src="/images/grid-icon.svg" />
<img width="28px" src="/images/grid-icon.svg" class="grid-icon" />

</div>
<div class="dropdown-menu" aria-labelledby="productsDropdown" style="margin-left:-4.5rem;visibility:hidden;">
Expand Down

0 comments on commit 3b98ca6

Please sign in to comment.