Skip to content

Commit

Permalink
fix: Display pointer on labels for resource names in sync panel (#10959)
Browse files Browse the repository at this point in the history
Signed-off-by: Aiman Fatima <aimanfatimadl@gmail.com>

Signed-off-by: Aiman Fatima <aimanfatimadl@gmail.com>
  • Loading branch information
aimanfatima authored Oct 17, 2022
1 parent 4e8cfde commit 36c1a15
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
display: inline-block;
margin-right: 0.3em;

label {
cursor: pointer;
}

label::before,
label::after {
vertical-align: middle;
Expand Down

0 comments on commit 36c1a15

Please sign in to comment.