Merge pull request #16980 from calixteman/rounded_resizers

[Editor] Make the border of the resizers slightly rounded
This commit is contained in:
calixteman 2023-09-19 10:12:11 +02:00 committed by GitHub
commit b9469c2059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,9 @@
width: var(--resizer-size);
height: var(--resizer-size);
background: var(--resizer-bg-color);
background-clip: content-box;
border: var(--focus-outline-around);
border-radius: 2px;
position: absolute;
&.topLeft {