mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02: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:
parent
36f2f3e2ce
commit
c304e3da51
@ -135,12 +135,12 @@ 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&.mx_MessageActionBar_expandMessageButton::after {
|
&.mx_MessageActionBar_expandMessageButton::after {
|
||||||
mask-size: 12px;
|
mask-size: 12px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user