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;

View file

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

View file

@ -809,8 +809,8 @@ input[type="date"] > xul|datetimebox {
dialog {
position: absolute;
offset-inline-start: 0;
offset-inline-end: 0;
inset-inline-start: 0;
inset-inline-end: 0;
color: black;
margin: auto;
border-width: initial;