Skip to content

Commit

Permalink
Adjust color of active extra-value (soc, co2, price) (evcc-io#6201)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Feb 11, 2023
1 parent 3763f53 commit f565e0d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions assets/js/components/Energyflow/EnergyflowEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
{{ name }}
</span>
<span class="text-end text-nowrap ps-1 fw-bold d-flex">
<div
ref="details"
class="evcc-gray fw-normal"
data-bs-toggle="tooltip"
title=" "
@click.stop=""
>
<div ref="details" class="fw-normal" data-bs-toggle="tooltip" title=" " @click.stop="">
<span v-if="showPrice()"><AnimatedNumber :to="price" :format="fmtPrice" /></span>
<span v-if="showCo2()"><AnimatedNumber :to="co2" :format="fmtCo2Short" /></span>
<span v-if="hasSoc">{{ soc }}%</span>
Expand Down

0 comments on commit f565e0d

Please sign in to comment.