Fixed an issue that would prevent the media menu from going fully transparent. (#796)

The menu-items-section box of the media menu was not transparent by
default. Usually it is fully shadowed by its child "menu-content".
The color and tint of the can be configured by the user.
However, because the menu-items-section box behind the card had a
solid color, it was impossible to configure a transparent card.

Co-authored-by: Merlin Sievers <merlin.sievers@posteo.net>
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
dann-merlin
2025-03-01 21:12:59 +00:00
committed by GitHub
parent 28d2884b2f
commit 2be9f1ef6c

View File

@@ -17,6 +17,7 @@
} }
.menu-items-section { .menu-items-section {
background: none;
border-radius: $bar-menus-card_radius; border-radius: $bar-menus-card_radius;
padding: 0em; padding: 0em;
} }