Skip to content

Commit

Permalink
Merge pull request #1824 from sul-dlss/cursor-pointer
Browse files Browse the repository at this point in the history
Add cursor pointer to button hover
  • Loading branch information
jcoyne authored Nov 27, 2023
2 parents 8d8ce18 + c52ffea commit 2d9c382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
float: right;
&:hover {
text-decoration: underline;
cursor: pointer;
}
}
.modal-header {
Expand Down Expand Up @@ -205,6 +206,7 @@

&:hover {
background-color: lightgray;
cursor: pointer;
}
}

Expand Down Expand Up @@ -354,6 +356,7 @@
}
&:hover {
background-color: lightgray;
cursor: pointer;
}
}
}
Expand Down

0 comments on commit 2d9c382

Please sign in to comment.