Merge pull request #16980 from calixteman/rounded_resizers
[Editor] Make the border of the resizers slightly rounded
This commit is contained in:
commit
b9469c2059
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user