Remove references to missing .svg files

This commit is contained in:
Fedor Indutny
2025-11-20 09:28:41 -08:00
committed by GitHub
parent c674353dcc
commit bd69748a3d
2 changed files with 6 additions and 23 deletions

View File

@@ -248,18 +248,6 @@
}
$rtl-icon-map: (
'chevron-left-16.svg': 'chevron-right-16.svg',
'chevron-right-16.svg': 'chevron-left-16.svg',
'chevron-left-20.svg': 'chevron-right-20.svg',
'chevron-right-20.svg': 'chevron-left-20.svg',
'chevron-left-24.svg': 'chevron-right-24.svg',
'chevron-right-24.svg': 'chevron-left-24.svg',
'arrow-left-32.svg': 'arrow-right-32.svg',
'arrow-right-32.svg': 'arrow-left-32.svg',
// v3 icons
'chevron-left.svg': 'chevron-right.svg',
'chevron-right.svg': 'chevron-left.svg',
@@ -269,11 +257,7 @@ $rtl-icon-map: (
'chevron-right-compact-bold.svg': 'chevron-left-compact-bold.svg',
'chevron-right-bold.svg': 'chevron-left-bold.svg',
'arrow-left.svg': 'arrow-right.svg',
'arrow-right.svg': 'arrow-left.svg',
// Ignored cases:
'phone-right-outline-24.svg': '',
'phone-right-solid-24.svg': '',
'arrow-right.svg': 'arrow-left.svg'
);
@function get-rtl-svg($svg) {

View File

@@ -386,13 +386,12 @@
align-items: center;
}
.module-quote__generic-file__icon {
background: url('../images/file-gradient.svg');
background-size: 75%;
background: url('../images/generic-file.svg');
background-size: contain;
margin-inline-end: 6px;
background-repeat: no-repeat;
height: 28px;
width: 36px;
margin-inline: -4px -6px;
margin-bottom: 5px;
height: 40px;
width: 30px;
}
.module-quote__generic-file__text {
@include mixins.font-body-2;