mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Added an 'empty' styling for tabs. Used for NPC sheet Features tab when it has no features
This commit is contained in:
parent
f24d37e935
commit
2f0badf53a
4 changed files with 18 additions and 10 deletions
|
|
@ -21,6 +21,10 @@
|
|||
|
||||
a {
|
||||
color: @color-text-emphatic;
|
||||
|
||||
&.empty:not(.active) {
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue