fixing a disabling

This commit is contained in:
sanjayk03-dev
2024-06-04 02:58:57 +05:30
parent 6dc640f863
commit 40f6314124
2 changed files with 2 additions and 7 deletions

View File

@@ -73,8 +73,8 @@ script#macros-template(type="text/x-template")
.fa.fa-trash .fa.fa-trash
|  Yes |  Yes
a(download, title="Download Macros", :href="download_macros_url", style="text-decoration: none;", :disabled="!can_download_macros") a(download, title="Download Macros", :href="can_download_macros? download_macros_url : null", style="text-decoration: none;")
button.config-button.button-blue(style="width:160px;", :disabled="!can_download_macros") Download Macros button.config-button.button-blue(style="width:160px;") Download Macros
.warning-box .warning-box
p p

View File

@@ -685,11 +685,6 @@ span.unit
#macros #macros
width 104% width 104%
a.disabled
color gray
text-decoration none
pointer-events none
.warning-box .warning-box
display flex display flex
background-color #F3FF00 background-color #F3FF00