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

Commit c304e3d

Browse files
authored
Fix the incorrect nesting of MessageActionBar (#8785)
mx_MessageActionBar_downloadSpinnerButton::after Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1 parent 36f2f3e commit c304e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

res/css/views/messages/_MessageActionBar.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ limitations under the License.
135135
&::after {
136136
mask-size: 14px;
137137
mask-image: url('$(res)/img/download.svg');
138+
}
138139

139-
&.mx_MessageActionBar_downloadSpinnerButton::after {
140-
background-color: transparent; // hide the download icon mask
141-
}
140+
&.mx_MessageActionBar_downloadSpinnerButton::after {
141+
background-color: transparent; // hide the download icon mask
142142
}
143143
}
144144

0 commit comments

Comments
 (0)