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

Button: fix styling of buttons with on-background within Vue3 apps #308

Closed
wants to merge 3 commits into from

Conversation

michael-iden
Copy link
Contributor

@michael-iden michael-iden commented Feb 9, 2022

This change: (check at least one)

  • Adds a new feature
  • Fixes a bug
  • Improves maintainability
  • Improves documentation
  • Is a release activity

Is this a breaking change? (check one)

  • Yes
  • No

Is the: (complete all)

  • Title of this pull request clear, concise, and indicative of the issue number it addresses, if any?
  • Test suite(s) passing?
  • Code coverage maximal?
  • Changeset added?

What does this change address?
Partially addresses #307

How does this change work?
Changes the on-background to is-on-background

Additional context
Yalc'd this change over the the Vue3 app and confirmed the button displays correctly when prefixed with is-

@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2022

⚠️ No Changeset found

Latest commit: bed8ef3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@michael-iden michael-iden requested review from chrisjbrown, SMQuazi and maddy531 and removed request for a team February 9, 2022 17:49
@michael-iden michael-iden marked this pull request as draft February 9, 2022 17:49
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2022

size-limit report 📦

Path Size
packages/pharos/lib/index.js 47.94 KB (+0.2% 🔺)

@daneah daneah added this to the Pharos v13 milestone Mar 29, 2022
@daneah daneah changed the title fix(button): fix styling of buttons with on-background within Vue3 apps Button: fix styling of buttons with on-background within Vue3 apps Aug 18, 2022
@michael-iden michael-iden marked this pull request as ready for review January 17, 2023 14:11
@daneah
Copy link
Member

daneah commented Jan 17, 2023

This is only one of a few components that have an on-background attribute, by the looks of it. I would suggest we can eventually merge this pull request without changing those other components, but we might want to broaden #307 to all relevant components and remove Fixes #307 from this PR so that it doesn't get erroneously closed.

@daneah daneah changed the base branch from develop to release/13.0.0 January 20, 2023 00:48
@daneah daneah removed this from the Pharos v13 milestone Jan 20, 2023
@daneah
Copy link
Member

daneah commented Jan 4, 2024

Subsumed by #578, #657, and possibly others.

@daneah daneah closed this Jan 4, 2024
@daneah daneah deleted the bugfix/button-on-background branch January 4, 2024 17:43
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.

4 participants