mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
[WIP] multiple fixes (#8916)
* change quest banner backgrond * itemRows in inventory * use itemRows in inventory/items - showLess/showMore as default labels - extend white space if theres no button available * hide popover if dragging is active - show dragging info on first click (without to move) * use itemRows in inventory/stable * fix some strings * highlight currently dragging item in inventory/items - auto attach info on click - z-index * fix shopItem label color * fix floating npcs in banner * hatched-pet-dialog in items / stable * change all ctx to context
This commit is contained in:
@@ -21,7 +21,7 @@ b-popover(
|
||||
div.price
|
||||
span.svg-icon.inline.icon-16(v-html="icons[getSvgClass()]")
|
||||
|
||||
span.price-label(:class="priceType") {{ price }}
|
||||
span.price-label(:class="getSvgClass()") {{ price }}
|
||||
|
||||
</template>
|
||||
|
||||
@@ -76,6 +76,10 @@ b-popover(
|
||||
&.gold {
|
||||
color: $yellow-10
|
||||
}
|
||||
|
||||
&.hourglasses {
|
||||
color: $blue-10;
|
||||
}
|
||||
}
|
||||
|
||||
span.svg-icon.inline.lock {
|
||||
|
||||
Reference in New Issue
Block a user