forked from vuetifyjs/vuetify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vtabs): fix blank space in slider on mobile devices
Added display classes to hide the arrow placeholder which created a blank space on the VTabs slider. fix vuetifyjs#6932
- Loading branch information
1 parent
8d06d45
commit 8528eb5
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,5 @@ | |
.v-slide-group__next, | ||
.v-slide-group__prev | ||
&--disabled | ||
display: none | ||
pointer-events: none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters