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(NcIconSvgWrapper): Fix icon size variable being undefined #5597

Merged
merged 1 commit into from
May 16, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented May 16, 2024

☑️ Resolves

Use CSS variable with style binding instead, as the v-bind generated an undefined CSS variable. (Yet for the next branch, Vue 3, it seems to work).

🖼️ Screenshots

🏚️ Before 🏡 After
image image

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

@susnux susnux requested review from ShGKme, Antreesy, max-nextcloud and DorraJaouad and removed request for DorraJaouad May 16, 2024 10:58
Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

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

Looks valid

src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue Outdated Show resolved Hide resolved
Use CSS variable with `style` binding instead, as the `v-bind` generated an undefined CSS variable.
(Yet for the next branch, Vue 3, it seems to work).

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux merged commit 215f0fc into master May 16, 2024
18 checks passed
@susnux susnux deleted the fix/icon-size branch May 16, 2024 19:59
@susnux susnux mentioned this pull request May 17, 2024
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.

4 participants