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

fix: remove space that is messing with button alignment. #1341

Merged
merged 6 commits into from
Mar 27, 2019

Conversation

bcullman
Copy link
Contributor

fixes #1271

orig:
image

fixed:
image

@joseegm
Copy link
Contributor

joseegm commented Mar 21, 2019

Test Version for this PR was deployed

Built with commit 7f5ece1

https://deploy-preview-1341--fundamental.netlify.com

@bcullman
Copy link
Contributor Author

Looks like the snapshots images need to be updated, but I cannot find any docs on this.

Also need to update the docs site css. According to https://github.com/SAP/fundamental/wiki/Contribution-Guidelines#5-run-the-documentation, I should just have to npm start and go to localhost:4000, but it looks like this is not resulting in updated docssite css.

@bcullman bcullman requested a review from a team March 22, 2019 20:01
@@ -3549,7 +3549,7 @@ This will render 4 boxes spanning 2 cols each indented 2 cols
-webkit-box-shadow: 0 0 0 1px var(--fd-color-action-focus);
box-shadow: 0 0 0 1px var(--fd-color-action-focus); }
[dir="rtl"] .fd-alert__close, .fd-alert__close[dir="rtl"] {
left: 4px;
left: 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this PR should be held until #1345 is merged. The files fui-site.css and fiori-fundamentals.css are no longer required to be updated in source control (since they are generated).

Copy link
Contributor

Choose a reason for hiding this comment

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

#1345 is merged :)

Copy link
Contributor

@greg-a-smith greg-a-smith left a comment

Choose a reason for hiding this comment

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

Looks good. 🚢

@bcullman bcullman merged commit 9849274 into master Mar 27, 2019
@bcullman bcullman deleted the fix/alert-focusring branch March 27, 2019 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Focus ring misalignment.
4 participants