Compare commits
2 Commits
2.0-beta.3
...
2.0-beta.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19a2798bf7 | ||
|
|
a5f2c2e0d2 |
@@ -179,7 +179,7 @@
|
||||
opacity: 0.4;
|
||||
}
|
||||
.found {
|
||||
background: rgba(200, 0, 0, 0.1);
|
||||
background: rgba(200, 0, 0, 0.1) !important;
|
||||
}
|
||||
.ghost {
|
||||
opacity: 0.5;
|
||||
|
||||
@@ -36,17 +36,6 @@
|
||||
:disabled="!editPermission"
|
||||
@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>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user