Issue #2075 - Part 2: Update devtools for inset-*

This commit is contained in:
Moonchild 2022-12-31 01:29:03 +00:00 committed by roytam1
commit 07af4123d1
5 changed files with 7 additions and 7 deletions

View file

@ -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);

View file

@ -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;

View file

@ -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;