Minor change to button style in Novi.
This commit is contained in:
@@ -114,7 +114,14 @@ onDestroy(() => {
|
|||||||
<a
|
<a
|
||||||
href="{$ae_api.base_url}/hosted_file/{$idaa_slct.archive_content_obj?.hosted_file_id}/download?x_no_account_id_token=direct-download"
|
href="{$ae_api.base_url}/hosted_file/{$idaa_slct.archive_content_obj?.hosted_file_id}/download?x_no_account_id_token=direct-download"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="btn btn-md preset-tonal-primary border border-primary-500 hover:preset-filled-primary-500 transition"
|
class="
|
||||||
|
novi_btn
|
||||||
|
btn btn-md btn-secondary
|
||||||
|
preset-tonal-primary
|
||||||
|
border border-primary-500
|
||||||
|
hover:preset-filled-primary-500
|
||||||
|
transition
|
||||||
|
"
|
||||||
title="Download: {$idaa_slct.archive_content_obj.filename}"
|
title="Download: {$idaa_slct.archive_content_obj.filename}"
|
||||||
download="{$idaa_slct.archive_content_obj.filename}"
|
download="{$idaa_slct.archive_content_obj.filename}"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user