Skip to content

Remove obsolete vendor-prefixed CSS properties#5554

Merged
knolleary merged 1 commit intonode-red:devfrom
bonanitech:remove-obsolete-css-properties-dev
Mar 10, 2026
Merged

Remove obsolete vendor-prefixed CSS properties#5554
knolleary merged 1 commit intonode-red:devfrom
bonanitech:remove-obsolete-css-properties-dev

Conversation

@bonanitech
Copy link
Copy Markdown
Contributor

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Proposed changes

Note

This PR replaces #5546, which targeted the master branch.

Remove obsolete vendor-prefixed 'transition', 'transform', 'box-sizing', and 'box-shadow' CSS properties.

The versions of these properties without a prefix have been supported by the major browsers for years.

https://caniuse.com/?search=transition

https://caniuse.com/?search=transform

https://caniuse.com/css3-boxsizing

https://caniuse.com/css-boxshadow

I tested this on a Mac using Chrome, Safari, and Firefox and found no issues. Please test it in other browsers and operating systems before considering merging this PR.

Checklist

  • I have read the contribution guidelines
  • For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • I have run npm run test to verify the unit tests pass
  • I have added suitable unit tests to cover the new/changed functionality

@knolleary knolleary merged commit fcc7ea2 into node-red:dev Mar 10, 2026
5 checks passed
@knolleary
Copy link
Copy Markdown
Member

Thank you @bonanitech for tidying up!

@bonanitech bonanitech deleted the remove-obsolete-css-properties-dev branch March 10, 2026 16:14
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