This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
browserButton should have -webkit-app-region: no-drag by default #11111
Labels
misc/button
polish
Nice to have — usually related to front-end/visual tasks.
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
release-notes/exclude
Milestone
Test plan
#11110 (comment)
Description
browserButton should be explicitly specified with
-webkit-app-region: no-drag
(which is the default value for buttons) to overwrite an inherited value, especially on the navigation bar.Steps to Reproduce
Actual result:
NoScript button (which is currently span element), extension button, shield button, publisher button's container are specified with no-drag individually.
Expected result:
browserButton
should be speficied with-webkit-app-region: no-drag
.Reproduces how often: [What percentage of the time does it reproduce?]
Additional Information
Requires #10951 to make the shield button non-draggable
The text was updated successfully, but these errors were encountered: