mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 13:08:35 +00:00
import from UXP: Issue #2075 - Part 2: Update devtools for inset-* (07af4123)
This commit is contained in:
@@ -47,7 +47,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);
|
||||
|
||||
@@ -651,7 +651,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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -533,8 +533,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;
|
||||
}
|
||||
|
||||
@@ -815,8 +815,8 @@ details > summary:first-of-type > *|* {
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user