Skip to content

Commit

Permalink
fix: added css to change cursor to pointer on hover (#10864) (#10867)
Browse files Browse the repository at this point in the history
* added css to change cursor to pointer on hover

Signed-off-by: Sakshi <sakshi.jain7597@gmail.com>

* moved cursor change to only label and input

Signed-off-by: Sakshi <sakshi.jain7597@gmail.com>

Signed-off-by: Sakshi <sakshi.jain7597@gmail.com>
  • Loading branch information
Sakshi-75 authored and crenshaw-dev committed Oct 9, 2022
1 parent 4293085 commit 2100fe8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/app/applications/components/utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
label {
color: #6D7F8B;
font-size: 15px;
cursor: pointer;
}

input {
cursor: pointer;
}
}

Expand Down

0 comments on commit 2100fe8

Please sign in to comment.