mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41: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 {
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue