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

Cleanup "scoped" modifiers and h2 styling #536

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Cleanup "scoped" modifiers and h2 styling #536

merged 2 commits into from
Oct 23, 2024

Conversation

moiikana
Copy link
Contributor

@moiikana moiikana commented Oct 22, 2024

  • the scoped modifier influences how css is compiled and should not be used
  • Fix global h2 styling that accidentally slipped to a global scope (and make it more semantic by turning it into h3)

https://phabricator.wikimedia.org/T377833

@moiikana moiikana added the bug fix Fixes a bug label Oct 22, 2024
@moiikana moiikana force-pushed the fix-scoped-style branch 4 times, most recently from d27dfb5 to 74267f3 Compare October 22, 2024 14:15
- the scoped modifier influences how css is compiled and should not be used
- remove empty style tags that weren't used (cleanup)
@moiikana moiikana changed the title Remove "scoped" modifier of vue component style section Cleanup "scoped" modifiers and h2 styling Oct 22, 2024
src/components/shared/IbanFields.vue Outdated Show resolved Hide resolved
- while adding the new iban calculator a global css change on h2 slipped in that
influenced the style on the confirmation page
- change the h2 headline to h3 because it is nested inside a context that has an h2 header

this fixes https://phabricator.wikimedia.org/T377833
@moiikana moiikana merged commit ed8c06f into main Oct 23, 2024
3 checks passed
@moiikana moiikana deleted the fix-scoped-style branch October 23, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants