removed opacity

This commit is contained in:
sanjayk03-dev
2024-01-30 02:53:29 +05:30
parent a5b6da5f12
commit b2be2310d8

View File

@@ -226,7 +226,7 @@ script#control-view-template(type="text/x-template")
.macros-div(class="present")
button.macros-button(title="Click to run Macros",v-for="(index,macros) in config.macros",
@click="runMacros(index)",:disabled="!is_ready",v-bind:style="{ backgroundColor: macros.color;opacity: is_ready ? '1' : '0.7' }") {{macros.name}}
@click="runMacros(index)",:disabled="!is_ready",v-bind:style="{ backgroundColor: macros.color }") {{macros.name}}
.tabs