diff options
author | Moonchild <moonchild@palemoon.org> | 2022-12-31 01:29:03 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-12-31 01:29:03 +0000 |
commit | a943408c35c67e08beb1b573f4bae4df988d5dac (patch) | |
tree | a1bb53c713241034baad58d849a6c73849c30060 /devtools | |
parent | 34ccfbcc0e3e5fa55017e70ddd34b15b3a4fe4ae (diff) | |
download | uxp-a943408c35c67e08beb1b573f4bae4df988d5dac.tar.gz |
Issue #2075 - Part 2: Update devtools for inset-*
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/client/shared/components/tabs/tabs.css | 2 | ||||
-rw-r--r-- | devtools/client/themes/common.css | 2 | ||||
-rw-r--r-- | devtools/client/themes/widgets.css | 2 | ||||
-rw-r--r-- | devtools/server/actors/highlighters.css | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/devtools/client/shared/components/tabs/tabs.css b/devtools/client/shared/components/tabs/tabs.css index 0e70549c55..12901c4026 100644 --- a/devtools/client/shared/components/tabs/tabs.css +++ b/devtools/client/shared/components/tabs/tabs.css @@ -46,7 +46,7 @@ .tabs .all-tabs-menu { position: absolute; top: 0; - offset-inline-end: 0; + inset-inline-end: 0; width: 15px; height: 100%; border-inline-start: 1px solid var(--theme-splitter-color); diff --git a/devtools/client/themes/common.css b/devtools/client/themes/common.css index 133770150c..8b807d0dba 100644 --- a/devtools/client/themes/common.css +++ b/devtools/client/themes/common.css @@ -652,7 +652,7 @@ checkbox:-moz-focusring { .devtools-searchinput-clear { position: absolute; top: 3.5px; - offset-inline-end: 7px; + inset-inline-end: 7px; padding: 0; border: 0; width: 16px; diff --git a/devtools/client/themes/widgets.css b/devtools/client/themes/widgets.css index a8c1dc7349..3e5fa457ee 100644 --- a/devtools/client/themes/widgets.css +++ b/devtools/client/themes/widgets.css @@ -216,7 +216,7 @@ content: ""; position: absolute; top: 1px; - offset-inline-start: 0; + inset-inline-start: 0; width: 12px; height: 22px; background-repeat: no-repeat; diff --git a/devtools/server/actors/highlighters.css b/devtools/server/actors/highlighters.css index 87375ea36a..3cc9265851 100644 --- a/devtools/server/actors/highlighters.css +++ b/devtools/server/actors/highlighters.css @@ -521,8 +521,8 @@ width: 16px; height: 16px; position: absolute; - offset-inline-start: 3px; - offset-block-start: 3px; + inset-inline-start: 3px; + inset-block-start: 3px; box-shadow: 0px 0px 0px black; border: solid 1px #fff; } |