Skip to content

Commit

Permalink
feat: hover to display ignore button
Browse files Browse the repository at this point in the history
close #46
  • Loading branch information
Tsuk1ko committed Nov 12, 2023
1 parent e84b299 commit 28c5ffa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@
left: 0;
}
.ignore-btn {
display: none;
right: 0;
}
&:hover {
.ignore-btn {
display: block;
}
}
}

#page-container {
Expand Down

0 comments on commit 28c5ffa

Please sign in to comment.