Skip to content

Commit 44e8675

Browse files
author
Jeff
committed
bump travis config
1 parent 078d750 commit 44e8675

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/components/Select.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
:disabled="disabled"
3535
@click="clearSelection"
3636
type="button"
37-
class="vs__clear vs__btn-reset"
37+
class="vs__clear vs__btn"
3838
title="Clear selection"
3939
>
4040
<deselect />
4141
</button>
4242

43-
<button v-if="!noDrop" ref="openIndicator" role="presentation" class="vs__open-indicator vs__btn-reset">
43+
<button v-if="!noDrop" ref="openIndicator" role="presentation" class="vs__btn vs__open-indicator">
4444
<open-indicator />
4545
</button>
4646

src/scss/global/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.vs__btn-reset {
1+
.vs__btn {
22
appearance: none;
33
border: none;
44
padding: 0;

src/scss/vue-select.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@import "global/component";
33
@import "global/animations";
44
@import "global/states";
5+
@import "global/button";
56

67
@import "modules/dropdown-toggle";
78
@import "modules/open-indicator";

0 commit comments

Comments
 (0)