Merged in fix/mainmenu-button-css-cascade (pull request #3532)

Fix/mainmenu button css cascade

* fix(MainMenuButton): add @layer to make css cascading work

* reset
This commit is contained in:
Joakim Jäderberg
2026-02-03 12:36:27 +00:00
parent d6b94376b0
commit fbdbd35813

View File

@@ -1,3 +1,4 @@
@layer component {
.menuButton { .menuButton {
display: flex; display: flex;
align-items: center; align-items: center;
@@ -14,3 +15,4 @@
cursor: progress; cursor: progress;
} }
} }
}