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

Commit

Permalink
Merge pull request #5070 from bsclifton/url-bar-double-click
Browse files Browse the repository at this point in the history
Removed draggable style from URL bar (was causing maximize w/ double …
  • Loading branch information
bbondy committed Oct 24, 2016
2 parents 192f11d + 1674bea commit c56727b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,7 @@
z-index: @zindexNavigationBar;

form {
-webkit-app-region: drag;
// Disable window dragging so that selecting text and dragging the favicon is possible.
input, .urlbarIcon {
-webkit-app-region: no-drag;
}
-webkit-app-region: no-drag;
}

&:not(.titleMode) {
Expand Down

0 comments on commit c56727b

Please sign in to comment.