Change symbol names

This commit is contained in:
Travis Ralston 2021-04-28 09:29:31 -06:00
parent d4acd0e41c
commit 6764b8d645
3 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ limitations under the License.
height: 16px; height: 16px;
top: 8px; // center top: 8px; // center
left: 12px; // center left: 12px; // center
mask-image: url('$(res)/img/element-icons/play-symbol.svg'); mask-image: url('$(res)/img/element-icons/play.svg');
} }
&.mx_PlayPauseButton_pause::before { &.mx_PlayPauseButton_pause::before {
@ -46,6 +46,6 @@ limitations under the License.
height: 12px; height: 12px;
top: 10px; // center top: 10px; // center
left: 11px; // center left: 11px; // center
mask-image: url('$(res)/img/element-icons/pause-symbol.svg'); mask-image: url('$(res)/img/element-icons/pause.svg');
} }
} }

View file

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 396 B

View file

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 310 B