Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#52332 closed task (blessed) (fixed)

Run `grunt precommit:css`

Reported by: desrosj's profile desrosj Owned by: desrosj's profile desrosj
Milestone: 5.7 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Focuses: Cc:

Description

It looks like the npm run grunt precommit:css command produces some CSS updates.

The -moz- vendor prefix was required for the user-select CSS property for Firefox versions 44-68. Firefox support has been greater than version 69 since WordPress version 5.3 (and is currently on version 84), so these can be safely removed.

Change History (1)

#1 @desrosj
4 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 49991:

Build/Test Tools: Update CSS files after grunt precommit:css.

This removes instances of the -moz-user-select property, which was required until Firefox 68.

Firefox is currently in version 84, so these can safely be removed.

Fixes #52332.

Note: See TracTickets for help on using tickets.