Compare commits

...

2 Commits

Author SHA1 Message Date
Stefan Zermatten
19a2798bf7 Fixed tree item search highlighting in dark mode 2021-08-02 01:13:15 +02:00
Stefan Zermatten
a5f2c2e0d2 Removed duplicate property button on tree tab 2021-08-02 00:54:59 +02:00
2 changed files with 1 additions and 12 deletions

View File

@@ -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;

View File

@@ -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>