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:
commit
c0ed7fff2c
@ -514,12 +514,11 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
mask-image: var(--alt-text-add-image);
|
mask-image: var(--alt-text-add-image);
|
||||||
mask-size: cover;
|
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 13px;
|
||||||
background-color: var(--alt-text-fg-color);
|
background-color: var(--alt-text-fg-color);
|
||||||
margin-inline-end: 4px;
|
margin-inline-end: 4px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user