Vuetify: [Feature Request] Add flat property to stepper

Created on 16 May 2018  路  3Comments  路  Source: vuetifyjs/vuetify

Problem to solve

Remove box-shadow same as with v-card flat

Proposed solution

flat property as in v-card

VStepper feature

Most helpful comment

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

All 3 comments

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

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

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Antway picture Antway  路  3Comments

gluons picture gluons  路  3Comments

chriswa picture chriswa  路  3Comments

alterhu2020 picture alterhu2020  路  3Comments

cawa-93 picture cawa-93  路  3Comments