mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Remove references to missing .svg files
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user