Merge pull request #16998 from calixteman/fix_css_linter_issue_1

Make one of the m-c linters happy
This commit is contained in:
calixteman 2023-09-21 14:14:56 +02:00 committed by GitHub
commit 9de432ba7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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