Remove x icon
Replaces with typographical "×" character to reduce confusion with close icons elsewhere.
This commit is contained in:
parent
abeb1e233b
commit
8ac77aa9f4
1 changed files with 1 additions and 20 deletions
|
@ -46,25 +46,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '×';
|
||||||
display: inline-block;
|
|
||||||
width: 8px;
|
|
||||||
height: 8px;
|
|
||||||
margin-inline-start: 2px;
|
|
||||||
|
|
||||||
@mixin x-icon($color) {
|
|
||||||
@include color-svg('../images/icons/v3/x/x-compact.svg', $color, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
@include light-theme {
|
|
||||||
@include x-icon($color-gray-60);
|
|
||||||
}
|
|
||||||
@include dark-theme {
|
|
||||||
@include x-icon($color-gray-25);
|
|
||||||
}
|
|
||||||
|
|
||||||
.module-message__audio-attachment--outgoing & {
|
|
||||||
@include x-icon($color-white-alpha-80);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue