Skip to content

Commit

Permalink
fix(vuetify): updated styles to match vuetify@v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsmith22389 committed Oct 16, 2018
1 parent 10325fb commit 50cb5ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@

.v-btn__content {
flex: 1 1 auto;
height: 100%;
margin: 0;

:not(:only-child) {
Expand Down
3 changes: 1 addition & 2 deletions components/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@
padding: 0 !important;

.v-progress-linear {
margin: 0 0 -2px;
top: -2px;
margin: 0;
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion components/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
}

.v-select {
cursor: pointer;
position: relative;

.v-input__slot {
cursor: pointer;
}

.v-menu {
flex: 1 1 auto;
width: 100%;
Expand Down
3 changes: 2 additions & 1 deletion components/_text-fields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@
}
}

.v-input__slot {
> .v-input__control > .v-input__slot {
cursor: text;
transition: background $primary-transition;

&::before,
Expand Down

0 comments on commit 50cb5ca

Please sign in to comment.