Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Outlined Snackbar transparency issue #11835

Closed
megaroeny opened this issue Jul 10, 2020 · 2 comments
Closed

[Bug Report] Outlined Snackbar transparency issue #11835

megaroeny opened this issue Jul 10, 2020 · 2 comments
Assignees
Labels
C: VSnackbar VSnackbar P: elite sponsor T: bug Functionality that does not work as intended/expected
Milestone

Comments

@megaroeny
Copy link

Environment

Vuetify Version: 2.3.0
Vue Version: 2.6.11
Browsers: Edge 83.0.478.61
OS: Mac OS 10.15.5

Steps to reproduce

  1. Create an Outlined Snackbar
  2. You'll see the background is transparent (as intended)

Expected Behavior

Add a class called v-snack--has-background to apply a background (white for example) to an outlined Snackbar.

Actual Behavior

content-class doesn't fix it since it only adds a background to the content text area.

Reproduction Link

https://codepen.io/johnjleider/pen/rNxKGeR

Other comments

@ghost ghost added the S: triage label Jul 10, 2020
@MajesticPotatoe MajesticPotatoe added C: VSnackbar VSnackbar P: elite sponsor T: bug Functionality that does not work as intended/expected and removed S: triage labels Jul 10, 2020
@jaxn
Copy link
Contributor

jaxn commented Jul 27, 2020

I don't understand why the background would ever intentionally be transparent on v-snackbar. It makes sense on v-alert, but snackbars are different b/c they float over unknown content (similar to v-dialog).

If you have a v-navigation-drawer on the left and you set the v-snackbar to bottom left and outlined, you will see the drawer through the snackbar.

If you have a full page of content, then the content will show the outlined snackbar.

@megaroeny
Copy link
Author

@johnleider @MajesticPotatoe just linked this issue to something else that's almost identical, for Banners: #12081

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VSnackbar VSnackbar P: elite sponsor T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

4 participants