File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 71
71
<b-button
72
72
v-if =" track && track.replayGain"
73
73
title =" ReplayGain"
74
- variant =" link" class =" m-0"
75
- @click =" toggleReplayGain" >
74
+ variant =" link"
75
+ class =" m-0"
76
+ :class =" { 'text-primary': replayGainMode !== ReplayGainMode.None }"
77
+ @click =" toggleReplayGain"
78
+ >
76
79
<IconReplayGain v-if =" replayGainMode === ReplayGainMode.None" />
77
80
<IconReplayGainTrack v-else-if =" replayGainMode === ReplayGainMode.Track" />
78
81
<IconReplayGainAlbum v-else-if =" replayGainMode === ReplayGainMode.Album" />
Original file line number Diff line number Diff line change 3
3
width =" 1em" height =" 1em" fill =" currentColor"
4
4
viewBox =" 0 0 24 24"
5
5
class =" icon bi" >
6
- <text opacity = " 0.5 " x =" 0" y =" 50%" dominant-baseline =" central" text-anchor =" start" font-family =" Arial, sans-serif" font-weight =" bold" font-size =" 16" fill =" currentColor" >RG</text >
6
+ <text x =" 0" y =" 50%" dominant-baseline =" central" text-anchor =" start" font-family =" Arial, sans-serif" font-weight =" bold" font-size =" 16" fill =" currentColor" >RG</text >
7
7
</svg >
8
8
</template >
You can’t perform that action at this time.
0 commit comments