-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix(drawer): Fix slidable drawer's closed position in RTL #1957
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1957 +/- ##
==========================================
- Coverage 99.43% 99.43% -0.01%
==========================================
Files 84 84
Lines 3717 3710 -7
Branches 485 484 -1
==========================================
- Hits 3696 3689 -7
Misses 21 21
Continue to review full report at Codecov.
|
@@ -87,6 +83,12 @@ | |||
} | |||
} | |||
|
|||
@include mdc-rtl { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also broken in persistent drawer as well. Maybe just include this in @mixin mdc-slideable-drawer
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, padawan! Done 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also add fix for persistent drawer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #1930