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:
Suguru Hirahara 2022-06-08 11:16:24 +00:00 committed by GitHub
parent 36f2f3e2ce
commit c304e3da51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,10 +135,10 @@ limitations under the License.
&::after {
mask-size: 14px;
mask-image: url('$(res)/img/download.svg');
}
&.mx_MessageActionBar_downloadSpinnerButton::after {
background-color: transparent; // hide the download icon mask
}
&.mx_MessageActionBar_downloadSpinnerButton::after {
background-color: transparent; // hide the download icon mask
}
}