Skip to content

Commit 48c7ec5

Browse files
committed
Now referencing same class for random-color-button.
1 parent 1948635 commit 48c7ec5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

app/server/static/components/label.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
v-bind:trigger-style="{ width: '36px', height: '36px' }"
161161
)
162162
div.control
163-
a.button.random-color-button-edit(
163+
a.button.random-color-button(
164164
v-on:click="setEditColor"
165165
)
166166
span.icon.is-small
@@ -185,14 +185,6 @@
185185
color: #404040;
186186
border: none;
187187
}
188-
189-
.random-color-button-edit {
190-
height: 36px;
191-
width: 36px;
192-
background-color: transparent;
193-
color: #404040;
194-
border: none;
195-
}
196188
</style>
197189

198190
<script>

0 commit comments

Comments
 (0)