fixed applying background-color twice to the download button

This commit is contained in:
Christopher 2025-05-15 05:37:23 -06:00
parent e0fc4f11f5
commit f0c88ae0b9
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@
</div>
</div>
<div class="col-auto ms-2 d-none d-md-block btn-actions">
<div class="col-auto ms-2 d-none d-md-block btn-actions download">
<app-download-button [download$]="download$" [entity]="series" entityType="series"></app-download-button>
</div>
</div>

View file

@ -110,7 +110,7 @@
}
}
.btn-actions {
.btn-actions:not(.download) {
color: var(--btn-fa-icon-color);
border-radius: var(--btn-actions-border-radius);