Fixed so the menu and menuIcon coloration correctly changes with mode change

This commit is contained in:
WBHarry 2026-01-14 21:39:56 +01:00
parent 5b61340fee
commit da967095b5
2 changed files with 41 additions and 4 deletions

View file

@ -1,6 +1,43 @@
.theme-light.tab.sidebar-tab.daggerheartMenu-sidebar {
fieldset {
border-color: @dark-blue;
legend {
color: @dark-blue;
}
}
button {
background: transparent;
}
.menu-refresh-container .menu-refresh-inner-container .experience-chip {
background: @dark-blue-10;
color: @dark-blue;
&.selected {
background: @dark-blue-40;
}
}
}
.tab.sidebar-tab.daggerheartMenu-sidebar {
padding: 4px;
fieldset {
border-color: @golden;
legend {
color: @golden;
}
}
button {
background: @golden;
border: 1px solid @dark-blue;
color: @dark-blue;
}
div[data-application-part] {
display: flex;
flex-direction: column;
@ -31,8 +68,8 @@
gap: 5px;
cursor: pointer;
padding: 5px;
background: light-dark(@dark-blue-10, @golden-10);
color: light-dark(@dark-blue, @golden);
background: @golden-10;
color: @golden;
.label {
font-style: normal;
@ -42,7 +79,7 @@
}
&.selected {
background: light-dark(@dark-blue-40, @golden-40);
background: @golden-40;
}
}
}

View file

@ -1,4 +1,4 @@
.theme-light #interface #ui-right #sidebar {
.theme-light#interface #ui-right #sidebar {
menu li button img {
filter: @grey-filter;
}