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 #5240 from bsclifton/fix-drag-area-regression
Browse files Browse the repository at this point in the history
Fix regression caused by removing drag from URL bar element
  • Loading branch information
bbondy committed Oct 29, 2016
2 parents 50e038a + e790245 commit bec9128
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,11 @@
z-index: @zindexNavigationBar;

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

&:not(.titleMode) {
Expand Down

0 comments on commit bec9128

Please sign in to comment.