mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Make one of the m-c linters happy
This commit is contained in:
parent
b002d16f04
commit
61c77c7d8b
1 changed files with 1 additions and 2 deletions
|
@ -266,8 +266,7 @@
|
|||
& > .resizer {
|
||||
width: var(--resizer-size);
|
||||
height: var(--resizer-size);
|
||||
background: var(--resizer-bg-color);
|
||||
background-clip: content-box;
|
||||
background: content-box var(--resizer-bg-color);
|
||||
border: var(--focus-outline-around);
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue