fixed applying background-color twice to the download button
This commit is contained in:
parent
e0fc4f11f5
commit
f0c88ae0b9
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.btn-actions {
|
||||
.btn-actions:not(.download) {
|
||||
color: var(--btn-fa-icon-color);
|
||||
border-radius: var(--btn-actions-border-radius);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue