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: display ogc-filter-button: #446

Merged
merged 1 commit into from
Oct 1, 2019
Merged

fix: display ogc-filter-button: #446

merged 1 commit into from
Oct 1, 2019

Conversation

hugbe8
Copy link
Member

@hugbe8 hugbe8 commented Oct 1, 2019

Please check if the PR fulfills these requirements

What is the current behavior? (You can also link to an open issue here)
The toggle button not displaying correctly in ie11. The style flex option is not applied. (link with pullRequest #414)

What is the new behavior?

  • The toggle button now displaying correctly in ie11.
  • Space saving to around the pushButton
- fix ie11:
	.mat-button-toggle { display: inline-flex; }
	.igo-layer-button-group { max-width: 100%; }
- ajust style (space saving): .mat-list-item { height: auto; }
- ajust style (space saving): .igo-layer-button-group { contents; } /* Note: ie11 equivalent: display: ruby-base; ... no polyfills found */

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications:

Other information:

- fix ie11:
	.mat-button-toggle { display: inline-flex; }
	.igo-layer-button-group { max-width: 100%; }
- ajust style (space saving): .mat-list-item { height: auto; }
- ajust style (space saving): .igo-layer-button-group { contents; } /* Note: ie11 equivalent: display: ruby-base; */
@mbarbeau mbarbeau merged commit 56e45cd into master Oct 1, 2019
@mbarbeau mbarbeau deleted the fix_displayPushbutton branch October 1, 2019 19:11
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.

2 participants