mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove background-color azure and beige
This commit is contained in:
parent
5517ac3fa5
commit
dc505b5908
@ -15,10 +15,7 @@
|
||||
<div v-for="({ id, typeId }, index) in transactions" :key="id">
|
||||
<transaction-list-item :typeId="typeId" class="pointer">
|
||||
<template #DECAY>
|
||||
<transaction-decay
|
||||
class="list-group-item gradido-background-beige"
|
||||
v-bind="transactions[index]"
|
||||
/>
|
||||
<transaction-decay class="list-group-item" v-bind="transactions[index]" />
|
||||
</template>
|
||||
|
||||
<template #SEND>
|
||||
@ -47,7 +44,7 @@
|
||||
|
||||
<template #TRANSACTION_LINK>
|
||||
<transaction-links-summary
|
||||
class="list-group-item gradido-background-azure"
|
||||
class="list-group-item"
|
||||
v-bind="transactions[index]"
|
||||
:transactionLinkCount="transactionLinkCount"
|
||||
@update-transactions="updateTransactions"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user