Skip to content

Commit 11fd714

Browse files
committed
fix(VSnackbar): don't use !important for box-shadow
fixes #13438
1 parent 08c1e89 commit 11fd714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VSnackbar/VSnackbar.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
left: auto
102102

103103
&:not(.v-snack--has-background) &__wrapper
104-
box-shadow: none !important
104+
box-shadow: none
105105

106106
&--bottom
107107
top: auto

0 commit comments

Comments
 (0)