Skip to content

Commit

Permalink
style: glow on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Jul 20, 2023
1 parent 192acd1 commit 577405d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/stylesheets/discourse_kglwSetlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
margin: 0 -1px;
cursor: pointer;
}
.kglwSetlist:not(.kglw-processed):hover {
box-shadow: 0px 0px 2px 3px #0E09;
}

.kglwSetlist-error {
border: 1px dotted #E00a;
Expand All @@ -23,5 +26,5 @@

.kglwSetlist-processed {
border-color: #00Ea;
cursor: help;
cursor: context-menu;
}

0 comments on commit 577405d

Please sign in to comment.