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:
parent
36f2f3e2ce
commit
c304e3da51
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue