mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Corrected darkmode tab title
This commit is contained in:
parent
7358041ec6
commit
f5f30f6104
1 changed files with 17 additions and 3 deletions
|
|
@ -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 {
|
.application.sheet.scene-config {
|
||||||
.sheet-tabs.tabs {
|
.sheet-tabs.tabs {
|
||||||
a[data-tab='dh'] {
|
a[data-tab='dh'] {
|
||||||
|
|
@ -5,9 +18,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
&.active {
|
&.active,
|
||||||
|
&:hover {
|
||||||
img {
|
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;
|
width: 18px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
filter: @grey-filter;
|
filter: @beige-filter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue