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:
@@ -1,16 +1,18 @@
|
|||||||
.menuButton {
|
@layer component {
|
||||||
display: flex;
|
.menuButton {
|
||||||
align-items: center;
|
display: flex;
|
||||||
justify-content: center;
|
align-items: center;
|
||||||
gap: var(--Space-x05);
|
justify-content: center;
|
||||||
cursor: pointer;
|
gap: var(--Space-x05);
|
||||||
width: 100%;
|
cursor: pointer;
|
||||||
background-color: transparent;
|
width: 100%;
|
||||||
color: var(--Text-Interactive-Default);
|
background-color: transparent;
|
||||||
border-width: 0;
|
color: var(--Text-Interactive-Default);
|
||||||
padding: var(--Space-x05) 0;
|
border-width: 0;
|
||||||
|
padding: var(--Space-x05) 0;
|
||||||
|
|
||||||
&.loading {
|
&.loading {
|
||||||
cursor: progress;
|
cursor: progress;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user