Skip to content

Commit

Permalink
Add underline on hover like DrawTools and Bookmarks menus do.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Castle committed Jun 3, 2024
1 parent 51350e4 commit 870f819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,9 @@ function setup() {
display: block;
width: 80%;
margin: 10px auto;
&:hover {
text-decoration: underline;
}
}
.plugin-explore-labels {
line-height: normal;
Expand Down

0 comments on commit 870f819

Please sign in to comment.