Corrected darkmode tab title

This commit is contained in:
WBHarry 2025-11-10 22:50:36 +01:00
parent 7358041ec6
commit f5f30f6104

View file

@ -1,3 +1,16 @@
.theme-light .application.sheet.scene-config {
.sheet-tabs.tabs a[data-tab='dh'] {
&.active img,
&:hover img {
filter: @grey-filter drop-shadow(0 0 4px var(--color-shadow-primary));
}
img {
filter: @grey-filter;
}
}
}
.application.sheet.scene-config {
.sheet-tabs.tabs {
a[data-tab='dh'] {
@ -5,9 +18,10 @@
align-items: center;
gap: 4px;
&.active {
&.active,
&:hover {
img {
filter: @grey-filter drop-shadow(0 0 4px var(--color-shadow-primary));
filter: @beige-filter drop-shadow(0 0 4px var(--color-shadow-primary));
}
}
@ -15,7 +29,7 @@
width: 18px;
position: relative;
top: -3px;
filter: @grey-filter;
filter: @beige-filter;
}
}
}