diff options
author | athenian200 <athenian200@outlook.com> | 2020-01-16 14:07:04 -0600 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2020-01-16 14:07:04 -0600 |
commit | d41ae4d1c0f96215b4a3248dbf2ebf5aba27bca2 (patch) | |
tree | 31ceba32e850ac856b09838c89e61e27df1538f0 /devtools | |
parent | 588fb058c3de273b692bef0a9c8dd77632f3f49f (diff) | |
download | uxp-d41ae4d1c0f96215b4a3248dbf2ebf5aba27bca2.tar.gz |
Issue mcp-graveyard/UXP#1356 - Remove -moz-user-input disabled to improve event handling.
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/client/themes/webconsole.css | 1 | ||||
-rw-r--r-- | devtools/shared/css/generated/properties-db.js | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/devtools/client/themes/webconsole.css b/devtools/client/themes/webconsole.css index 89bb386283..85c73264cc 100644 --- a/devtools/client/themes/webconsole.css +++ b/devtools/client/themes/webconsole.css @@ -14,7 +14,6 @@ a { -moz-user-focus: normal; - -moz-user-input: enabled; cursor: pointer; text-decoration: underline; } diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js index 25d9e2d334..eda2c7148f 100644 --- a/devtools/shared/css/generated/properties-db.js +++ b/devtools/shared/css/generated/properties-db.js @@ -1440,8 +1440,6 @@ exports.CSS_PROPERTIES = { "supports": [], "values": [ "auto", - "disabled", - "enabled", "inherit", "initial", "none", |