Skip to content

Commit

Permalink
fix(vslidegroup): add display none to immediate child (#10567)
Browse files Browse the repository at this point in the history
fix #10310

Co-authored-by: Jacek Karczmarczyk <jkarczm@gmail.com>
Co-authored-by: Andrew Henry <AMajesticPotatoe@gmail.com>
  • Loading branch information
3 people authored Feb 18, 2020
1 parent 6bb6238 commit bb69192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/components/VSlideGroup/VSlideGroup.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
display: flex

&:not(.v-slide-group--has-affixes)
.v-slide-group__prev,
.v-slide-group__next
> .v-slide-group__prev,
> .v-slide-group__next
display: none

// Needed increased specificity
Expand Down

0 comments on commit bb69192

Please sign in to comment.