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