Skip to content

Commit

Permalink
Reintroduce cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Jul 10, 2024
1 parent 3110296 commit 5dc8fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ body {

.input-group,
.form-select,
.cursor-pointer {
.cursor-pointer,
label.input-group-text {
cursor: pointer;
}

Expand Down

0 comments on commit 5dc8fa3

Please sign in to comment.