Compare commits
2 Commits
2.0-beta.3
...
2.0-beta.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19a2798bf7 | ||
|
|
a5f2c2e0d2 |
@@ -179,7 +179,7 @@
|
|||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
.found {
|
.found {
|
||||||
background: rgba(200, 0, 0, 0.1);
|
background: rgba(200, 0, 0, 0.1) !important;
|
||||||
}
|
}
|
||||||
.ghost {
|
.ghost {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|||||||
@@ -36,17 +36,6 @@
|
|||||||
:disabled="!editPermission"
|
:disabled="!editPermission"
|
||||||
@click="addProperty(type)"
|
@click="addProperty(type)"
|
||||||
/>
|
/>
|
||||||
<template v-if="tabNumber === 5">
|
|
||||||
<labeled-fab
|
|
||||||
key="add-property"
|
|
||||||
color="primary"
|
|
||||||
data-id="add-creature-property-btn"
|
|
||||||
label="Add Property"
|
|
||||||
icon="mdi-plus"
|
|
||||||
:disabled="!editPermission"
|
|
||||||
@click="addProperty"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</v-speed-dial>
|
</v-speed-dial>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user