Merge pull request #16975 from calixteman/alt_text_fix_icon_dims

[Editor] Use the same height as in the svg for icons for the alt-text button
This commit is contained in:
calixteman 2023-09-18 19:53:48 +02:00 committed by GitHub
commit c0ed7fff2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -514,12 +514,11 @@
&::before {
content: "";
mask-image: var(--alt-text-add-image);
mask-size: cover;
mask-repeat: no-repeat;
mask-position: center;
display: inline-block;
width: 12px;
height: 12px;
height: 13px;
background-color: var(--alt-text-fg-color);
margin-inline-end: 4px;
}