-
Notifications
You must be signed in to change notification settings - Fork 3.4k
refactor(select): support for md-inline-form, more configurable SCSS #8716
Conversation
part of #8209 |
b0b117f
to
2e21356
Compare
@ThomasBurleson I'm not sure what's going on the travis server failing to run karma-sauce The first time it gave me a spec error related to md-tabs which wasn't modified and the second:
|
2e21356
to
531ff90
Compare
order: 2; | ||
margin-top: -7px; // Align with md-input-container |
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 comment is not explaining anything.
Where are the 7px from? (In source)
It's all broken now because of new changes to md-select. I'm reworking #8209 now to then rework this. |
19c6872
to
61b30ec
Compare
@devversion we should be good now. Here's what master looks like: http://codepen.io/shortfuse/pen/JKGdQv You can run Just remember that checkbox, input container, and datepicker fixes are not part of this PR, but ideally will be fixed as I clean up the other PRs. #8209 has more info, but I think you've seen the changes there, but this change should be non-breaking and works independently. |
7bb8416
to
4e18733
Compare
Rebased. For comparison: master: http://codepen.io/shortfuse/pen/JKGdQv Edit: @ThomasBurleson please tag somebody to review this. |
4e18733
to
16dbf67
Compare
dbf1f0c
to
0e3477e
Compare
0e3477e
to
696cf9f
Compare
696cf9f
to
ab008b9
Compare
ab008b9
to
71a94cc
Compare
This failed the presubmit process due to the following "won't be able to be merged since it breaks a lot of screendiffs (lots of changes in padding)". So this is currently on hold until we can determine if it is possible to move forward without requiring all of the screenshot tests within Google to pass. |
Clarifying: running this through tests for internal Google apps, there are over 100 different failures. Seems unlikely this will be able to be merged. |
@clshortfuse can you please rebase this? It's just the one |
@Splaktar Going to need a day or two to work out how to do the testing, since IE11 support is gone from codepen.io The object is to from this (current master) to how it used to look. |
I think that they were still supporting IE11 in Debug view (i.e. no editing). |
I can take this over if you'd like. I need to get this in today or tomorrow. |
@Splaktar Yeah, please do. I was having a bit of trouble trying to remember all the inner workings. It's been too long to jump into this PR. |
Create better flexibility for manipulating select while still
following Material Design spec
Fixes #8712