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

refactor(themes): update for bootstrap defaults #127

Merged
merged 13 commits into from
Nov 16, 2021

Conversation

simeonoff
Copy link
Collaborator

No description provided.

@simeonoff simeonoff changed the title refactor(themes): update button and badge defaults refactor(themes): update defaults Nov 16, 2021
@simeonoff simeonoff changed the title refactor(themes): update defaults refactor(themes): update for bootstrap defaults Nov 16, 2021
@rkaraivanov rkaraivanov deleted the simeonoff/bootstrap-defaults branch November 16, 2021 12:03
Copy link
Contributor

@DiyanDimitrov DiyanDimitrov left a comment

Choose a reason for hiding this comment

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

  • Badge component with bootstrap theme is bigger than all other themes
  • Input material theme prefix/suffix margin issue:
    image
  • Navbar indigo theme icon-button color issue:
    image
  • Navbar fluent theme icon-button right border issue:
    image

@@ -41,6 +41,7 @@ export default class IgcIconButtonComponent extends IgcButtonBaseComponent {
name=${ifDefined(this.name)}
collection=${ifDefined(this.collection)}
.mirrored=${this.mirrored}
variant=${this.variant}
Copy link
Contributor

Choose a reason for hiding this comment

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

igc-icon doesn't have variant attribute.

@@ -29,9 +29,12 @@ const Template: Story<any, Context> = (
) => {
return html`
<igc-navbar dir=${ifDefined(direction)} style="height:30px">
<igc-icon slot="start" name="home"></igc-icon>
Copy link
Contributor

Choose a reason for hiding this comment

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

Home icon is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants