You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Normalize the name of buttons on MessageActionBar (#8781)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@@ -149,11 +149,11 @@ limitations under the License.
|
||||
mask-image: url('$(res)/img/element-icons/collapse-message.svg');
|
||||
}
|
||||
|
||||
&.mx_MessageActionBar_viewInRoom::after {
|
||||
&.mx_MessageActionBar_viewInRoomButton::after {
|
||||
mask-image: url('$(res)/img/element-icons/view-in-room.svg');
|
||||
}
|
||||
|
||||
&.mx_MessageActionBar_copyLinkToThread::after {
|
||||
&.mx_MessageActionBar_copyLinkButton::after {
|
||||
mask-image: url('$(res)/img/element-icons/link.svg');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user