Skip to content

Commit

Permalink
fix(VNavigationDrawer): disable inherit value of background property (#…
Browse files Browse the repository at this point in the history
…11419)

fixes #11153

disable inherit value of background property to v-select-list under v-navigation-drawer
  • Loading branch information
ryo-gk committed May 26, 2020
1 parent d079b1d commit 9900388
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@
left: 0
right: initial

.v-list
.v-list:not(.v-select-list)
background: inherit

// Element
Expand Down

0 comments on commit 9900388

Please sign in to comment.