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

Commit

Permalink
Prevent text selection on findbar
Browse files Browse the repository at this point in the history
Fixes #5744
  • Loading branch information
Josiah Keller committed Nov 20, 2016
1 parent 3f45a64 commit f194667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions less/findbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

label {
color: @mediumGray;
-webkit-user-select: none;
}

span.findButton {
Expand All @@ -48,6 +49,7 @@
margin-right: 0;
opacity: 0.5;
transform: rotate(45deg);
-webkit-user-select: none;
}

.searchContainer {
Expand Down

1 comment on commit f194667

@bbondy
Copy link
Member

@bbondy bbondy commented on f194667 Nov 22, 2016

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.