Skip to content

[Feature Request] Add flat property to stepper #4076

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

Closed
aldarund opened this issue May 16, 2018 · 3 comments
Closed

[Feature Request] Add flat property to stepper #4076

aldarund opened this issue May 16, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@aldarund
Copy link
Contributor

Problem to solve

Remove box-shadow same as with v-card flat

Proposed solution

flat property as in v-card

@nekosaur nekosaur added the pending review The issue is still pending disposition label May 17, 2018
@KaelWD KaelWD removed the pending review The issue is still pending disposition label Jun 18, 2018
@cristoferfb
Copy link

+1 I need this, for now it helped me:

.v-stepper{
    box-shadow: none;
}

@johnleider
Copy link
Member

You can also use class="elevation-0" for now

@johnleider
Copy link
Member

Quick win for v2.5 by simply adding the elevatable mixin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants