Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Use pointer cursor less
Browse files Browse the repository at this point in the history
Auditors: @luixxiul

Fix #6812
  • Loading branch information
bbondy committed Jan 28, 2017
1 parent 3a75059 commit 20c63c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions less/findbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

span.findButton {
color: @gray;
cursor: pointer;
cursor: default;
border: 1px solid transparent;
font-size: 18px;
margin: 0 2px;
Expand Down Expand Up @@ -91,7 +91,6 @@
line-height: 24px;

&.fa-times {
cursor: pointer;
right: 10px;
}
}
Expand Down
1 change: 0 additions & 1 deletion less/notificationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
font-size: 15px;
padding: 0 10px 0 0;
color: #666;
cursor: pointer;
-webkit-user-select: none;
}

Expand Down

1 comment on commit 20c63c0

@luixxiul
Copy link
Contributor

@luixxiul luixxiul commented on 20c63c0 Jan 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.