fixing a disabling
This commit is contained in:
@@ -73,8 +73,8 @@ script#macros-template(type="text/x-template")
|
||||
.fa.fa-trash
|
||||
| Yes
|
||||
|
||||
a(download, title="Download Macros", :href="download_macros_url", style="text-decoration: none;", :disabled="!can_download_macros")
|
||||
button.config-button.button-blue(style="width:160px;", :disabled="!can_download_macros") 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;") Download Macros
|
||||
|
||||
.warning-box
|
||||
p
|
||||
|
||||
@@ -685,11 +685,6 @@ span.unit
|
||||
#macros
|
||||
width 104%
|
||||
|
||||
a.disabled
|
||||
color gray
|
||||
text-decoration none
|
||||
pointer-events none
|
||||
|
||||
.warning-box
|
||||
display flex
|
||||
background-color #F3FF00
|
||||
|
||||
Reference in New Issue
Block a user