Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(VBottomNavigation): increase specificity of **v-bottom-navigation…
…** styles (#8073)

fixes #7998
  • Loading branch information
jacekkarczmarczyk authored and johnleider committed Jul 26, 2019
1 parent 4091792 commit 0ffc14c
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -57,20 +57,20 @@
opacity: 1

// Modifier
.v-bottom-navigation--absolute,
.v-bottom-navigation--fixed
.v-item-group.v-bottom-navigation--absolute,
.v-item-group.v-bottom-navigation--fixed
z-index: 4

.v-bottom-navigation--absolute
.v-item-group.v-bottom-navigation--absolute
position: absolute

.v-bottom-navigation--active
.v-item-group.v-bottom-navigation--active
transform: translate(0, 0)

.v-bottom-navigation--fixed
.v-item-group.v-bottom-navigation--fixed
position: fixed

.v-bottom-navigation--grow
.v-item-group.v-bottom-navigation--grow
.v-btn
width: 100%

Expand All @@ -82,7 +82,7 @@
margin-bottom: 0
margin-right: 16px

.v-bottom-navigation--shift
.v-item-group.v-bottom-navigation--shift
.v-btn .v-btn__content > *:not(.v-icon)
opacity: 0
position: absolute
Expand Down

0 comments on commit 0ffc14c

Please sign in to comment.