Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix the incorrect nesting of MessageActionBar (#8785)
Browse files Browse the repository at this point in the history
mx_MessageActionBar_downloadSpinnerButton::after

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul authored Jun 8, 2022
1 parent 36f2f3e commit c304e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/css/views/messages/_MessageActionBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit c304e3d

Please sign in to comment.