mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2106 - Follow-up: Additional Un-prefixing
This commit is contained in:
parent
f1f8c53ed6
commit
1a5b3dcae6
52 changed files with 152 additions and 152 deletions
|
|
@ -140,7 +140,7 @@ select > option.divider {
|
|||
margin: 0 0 15px 0;
|
||||
padding: 4px 5px;
|
||||
display: inline-flex;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#global-toolbar > .title {
|
||||
|
|
@ -196,7 +196,7 @@ select > option.divider {
|
|||
|
||||
#global-dpr-selector {
|
||||
margin: 0 8px;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
color: var(--viewport-color);
|
||||
font-size: 11px;
|
||||
height: 15px;
|
||||
|
|
@ -295,7 +295,7 @@ select > option.divider {
|
|||
.browser {
|
||||
display: block;
|
||||
border: 0;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.browser:-moz-focusring {
|
||||
|
|
@ -383,7 +383,7 @@ select > option.divider {
|
|||
}
|
||||
|
||||
.viewport-dimension-separator {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue