mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* feat: add basic tooltip style and style domain card template * feat: change weapon hbs tooltip and increase box-shadow blur * feat: style armor hbs tooltip * feat: style consumable hbs tooltip * feat: style loot hbs tooltip * feat: style feature hbs tooltip * bugfix: prevent style conflicts between tooltips * feat: style action hbs tooltip * feat: style attack hbs tooltip * feat: style effect hbs tooltip * feat: increase tooltip width * style beatform tooltip, fix unnarmed attack location, add outline border when users use midle click * feat: add beige outline and box shadow to tooltips to enhance contrast * bugfix: requested changes * bugfix: fix typo * bugfix: fix tooltip breaking interface position
18 lines
397 B
Text
18 lines
397 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/fonts.less';
|
|
|
|
.theme-light .daggerheart.dh-style.tooltip {
|
|
&.domain-card {
|
|
.item-icons-list .item-icon img {
|
|
filter: @bright-beige-filter;
|
|
}
|
|
}
|
|
}
|
|
|
|
.daggerheart.dh-style.tooltip {
|
|
&.domain-card {
|
|
.item-icons-list .item-icon img {
|
|
filter: @golden-filter !important;
|
|
}
|
|
}
|
|
}
|