Skip to content

Commit

Permalink
add cursor pointer on logo mouse hover
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromiguelm committed Mar 18, 2023
1 parent fefeb8d commit 180ca73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/components/_bigdash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ html {
padding-top: 0.3rem;
}


//hover on bigomics logo
#logo-bigomics:hover {
cursor: pointer;
}

// disable on button dropdown elements
.btn.dropdown-toggle::after {
content: none;
Expand Down

0 comments on commit 180ca73

Please sign in to comment.