Skip to content

Commit

Permalink
chore: minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Jan 29, 2024
1 parent 96ce155 commit c07cd44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@
border-style: solid;
border-radius: 4px;
cursor: pointer;

&:hover {
background: var(--control-bg-light);
}
}

.PollOption-information {
Expand All @@ -445,4 +449,5 @@

.PollOption-tmp:has(.PollOption-input:checked) {
border-color: var(--poll-option-active-color);
background: var(--control-bg-shaded);
}

0 comments on commit c07cd44

Please sign in to comment.