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/28788/head^2
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,7 +67,6 @@ limitations under the License.
z-index: var(--MessageActionBar-item-hover-zIndex); z-index: var(--MessageActionBar-item-hover-zIndex);
} }
} }
}
.mx_MessageActionBar_maskButton { .mx_MessageActionBar_maskButton {
width: var(--MessageActionBar-size-button); width: var(--MessageActionBar-size-button);
@ -160,3 +159,4 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/link.svg'); mask-image: url('$(res)/img/element-icons/link.svg');
} }
} }
}