Change icon

This commit is contained in:
Florian Duros 2022-10-13 17:50:46 +02:00
parent 3f8baa4547
commit 0f2652c866
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B
7 changed files with 17 additions and 17 deletions

View file

@ -41,10 +41,10 @@ limitations under the License.
&::before {
content: '';
position: absolute;
top: 8px;
left: 8px;
height: 12px;
width: 12px;
top: 6px;
left: 6px;
height: 16px;
width: 16px;
background-color: $icon-button-color;
mask-repeat: no-repeat;
mask-size: contain;
@ -95,8 +95,8 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/room/composer/underline.svg');
}
.mx_FormattingButtons_Button_strike-through::before {
mask-image: url('$(res)/img/element-icons/room/composer/strike_through.svg');
.mx_FormattingButtons_Button_strikethrough::before {
mask-image: url('$(res)/img/element-icons/room/composer/strikethrough.svg');
}
}