Skip to content

Commit

Permalink
fix(elevation): don't transition border-radius
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 558202007
  • Loading branch information
asyncLiz authored and copybara-github committed Aug 18, 2023
1 parent aa0f4b7 commit 7d616fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elevation/internal/_elevation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
inset: 0;
position: absolute;
transition-duration: inherit;
transition-property: inherit;
transition-timing-function: inherit;
}

Expand Down

0 comments on commit 7d616fa

Please sign in to comment.