Change icon
This commit is contained in:
parent
3f8baa4547
commit
0f2652c866
7 changed files with 17 additions and 17 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue