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 | 42e48167713abfa3c1f11274179b489bb6369b57 (patch) | |
tree | 31ceba32e850ac856b09838c89e61e27df1538f0 /devtools | |
parent | e4c4c20e7e539d891c3f10b6ef5608c08699c077 (diff) | |
download | UXP-42e48167713abfa3c1f11274179b489bb6369b57.tar UXP-42e48167713abfa3c1f11274179b489bb6369b57.tar.gz UXP-42e48167713abfa3c1f11274179b489bb6369b57.tar.lz UXP-42e48167713abfa3c1f11274179b489bb6369b57.tar.xz UXP-42e48167713abfa3c1f11274179b489bb6369b57.zip |
Issue #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 89bb38628..85c73264c 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 25d9e2d33..eda2c7148 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", |