We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1948635 commit 48c7ec5Copy full SHA for 48c7ec5
app/server/static/components/label.vue
@@ -160,7 +160,7 @@
160
v-bind:trigger-style="{ width: '36px', height: '36px' }"
161
)
162
div.control
163
- a.button.random-color-button-edit(
+ a.button.random-color-button(
164
v-on:click="setEditColor"
165
166
span.icon.is-small
@@ -185,14 +185,6 @@
185
color: #404040;
186
border: none;
187
}
188
-
189
-.random-color-button-edit {
190
- height: 36px;
191
- width: 36px;
192
- background-color: transparent;
193
- color: #404040;
194
- border: none;
195
-}
196
</style>
197
198
<script>
0 commit comments