Skip to content

Commit

Permalink
org settings: Show pointer on hovering labels of checkboxes.
Browse files Browse the repository at this point in the history
Fixes: zulip#9447.
  • Loading branch information
shubhamdhama authored and timabbott committed May 22, 2018
1 parent a5db885 commit 03eb17c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ td .button {
margin: 10px 0px;
}

.input-group label.checkbox + label {
cursor: pointer;
}

.no-margin {
margin: 0px;
}
Expand Down

0 comments on commit 03eb17c

Please sign in to comment.