You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Fix the incorrect nesting of MessageActionBar (#8785)
mx_MessageActionBar_downloadSpinnerButton::after Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@@ -135,10 +135,10 @@ limitations under the License.
|
|||||||
&::after {
|
&::after {
|
||||||
mask-size: 14px;
|
mask-size: 14px;
|
||||||
mask-image: url('$(res)/img/download.svg');
|
mask-image: url('$(res)/img/download.svg');
|
||||||
|
}
|
||||||
|
|
||||||
&.mx_MessageActionBar_downloadSpinnerButton::after {
|
&.mx_MessageActionBar_downloadSpinnerButton::after {
|
||||||
background-color: transparent; // hide the download icon mask
|
background-color: transparent; // hide the download icon mask
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user