Browse Source

Now referencing same class for random-color-button.

pull/291/head
Federica Nocera 5 years ago
parent
commit
48c7ec5441
1 changed files with 1 additions and 9 deletions
  1. 10
      app/server/static/components/label.vue

10
app/server/static/components/label.vue

@ -160,7 +160,7 @@
v-bind:trigger-style="{ width: '36px', height: '36px' }"
)
div.control
a.button.random-color-button-edit(
a.button.random-color-button(
v-on:click="setEditColor"
)
span.icon.is-small
@ -185,14 +185,6 @@
color: #404040;
border: none;
}
.random-color-button-edit {
height: 36px;
width: 36px;
background-color: transparent;
color: #404040;
border: none;
}
</style>
<script>

Loading…
Cancel
Save