Include mx_MessageActionBar_maskButton in mx_MessageActionBar (#8792)

* Include mx_MessageActionBar_maskButton in mx_MessageActionBar

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* yarn run lint:style --fix

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
pull/28217/head
Suguru Hirahara 2022-06-16 13:34:56 +00:00 committed by GitHub
parent fe8c267a14
commit 3b28b1100f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 78 additions and 78 deletions

View File

@ -67,9 +67,8 @@ limitations under the License.
z-index: var(--MessageActionBar-item-hover-zIndex);
}
}
}
.mx_MessageActionBar_maskButton {
.mx_MessageActionBar_maskButton {
width: var(--MessageActionBar-size-button);
height: var(--MessageActionBar-size-button);
@ -159,4 +158,5 @@ limitations under the License.
&.mx_MessageActionBar_copyLinkButton::after {
mask-image: url('$(res)/img/element-icons/link.svg');
}
}
}