Skip to content

Commit e5730b5

Browse files
johnleiderKaelWD
authored andcommitted
refactor(v-navigation-drawer): narrow transition-property scope
1 parent deaf2c8 commit e5730b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/stylus/components/_navigation-drawer.styl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ theme(v-navigation-drawer, "v-navigation-drawer")
2828
-webkit-overflow-scrolling: touch
2929

3030
&[data-booted="true"]
31-
// Work around for Safari bug. See https://github.com/vuetifyjs/vuetify/issues/2773
32-
// We really want transition-property: all but must exclude max-height.
33-
transition-property: background,background-color,border,border-bottom,border-bottom-color,border-bottom-width,border-color,border-left,border-left-color,border-left-width,border-right,border-right-color,border-right-width,border-top,border-top-color,border-top-width,border-width,bottom,box-shadow,color,height,left,margin,margin-bottom,margin-left,margin-right,margin-top,max-width,min-height,min-width,opacity,padding,padding-bottom,padding-left,padding-right,padding-top,right,top,transform,transform-origin,width;
31+
transition-property: transform
3432

3533
&__border
3634
position: absolute

0 commit comments

Comments
 (0)