Skip to content
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

fixed issue with hr tag mention in 23032 #23078

Merged
merged 6 commits into from
Oct 1, 2017
Merged

Conversation

chiraggmodi
Copy link
Contributor

@chiraggmodi chiraggmodi commented Jul 14, 2017

have added margin-left:0; margin-right:0; to _card.scss to make hr visible inside .card class.

Fixes #23032

@XhmikosR
Copy link
Member

@chiraggmodi: please rebase against v4-dev and remove any unrelated changes.

@XhmikosR
Copy link
Member

Unrelated change is also touching package-lock.json.

@chiraggmodi
Copy link
Contributor Author

ok so can you guide me how to remove all unrelated changes? as i am doing rebase command but it is showing me conflict error. or do you suggest me to push new PR?

@XhmikosR
Copy link
Member

Now it's OK, but it's not rebased. So leave it as is.

But if you're feeling adventurous, git rebase -i upstream/v4-dev and drop your unrelated commits. Then after you verify all is good locally force push your branch.

@mdo
Copy link
Member

mdo commented Jul 25, 2017

As a quick heads up for folks who don't rebase via command line, there's no need to really do it yourself these days. GitHub has a Rebase and merge option, so I can consolidate an entire PR down into one commit for you when we're ready :).

@XhmikosR
Copy link
Member

Yeah, that is why I suggested to leave it as is since we don't have any conflicts :)

@chiraggmodi
Copy link
Contributor Author

Cool, git is really a smart ass!!

&:focus {
box-shadow: 0 0 0 .2rem rgba($color,.25);
box-shadow: 0 0 0 0.2rem rgba($color, 0.25);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.2 should be written without a leading zero as .2
0.25 should be written without a leading zero as .25

@@ -56,8 +73,9 @@
.was-validated &:#{$state},
&.is-#{$state} {
~ .custom-control-indicator {
background-color: rgba($color, .25);
background-color: rgba($color, 0.25);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.25 should be written without a leading zero as .25

@@ -40,6 +51,12 @@
}
}

textarea.form-control,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid qualifying class selectors with an element.


&:focus {
box-shadow: 0 0 0 .2rem rgba($color,.25);
box-shadow: 0 0 0 0.2rem rgba($color, 0.25);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.2 should be written without a leading zero as .2
0.25 should be written without a leading zero as .25

@XhmikosR
Copy link
Member

@chiraggmodi: don't mix your patches. What you pushed is wrong. Also, test locally before pushing.

@chiraggmodi
Copy link
Contributor Author

chiraggmodi commented Aug 11, 2017

yes, mistakenly i have push in wrong branch.
BTW i have revert this to match issue.

- enforces the correct order (this shouldn't be dropped in between random rules)
- scoped it to immediate children only
scss/_card.scss Outdated
@@ -12,6 +12,11 @@
background-clip: border-box;
border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line contains trailing whitespace

@mdo mdo merged commit 3ff2a27 into twbs:v4-dev Oct 1, 2017
@mdo mdo mentioned this pull request Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants