Change icon
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user