Skip to content

Remove obsolete browser specific flexbox properties#3606

Open
jcoyne wants to merge 1 commit intomainfrom
obsolete-flex
Open

Remove obsolete browser specific flexbox properties#3606
jcoyne wants to merge 1 commit intomainfrom
obsolete-flex

Conversation

@jcoyne
Copy link
Member

@jcoyne jcoyne commented Dec 4, 2025

No description provided.

-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
flex: 1;
flex: 1 1 125px;

Do we need to persist the values from the removed -webkit-flex: 1 1 125px; from the line below? On my end it seems to make a difference. It looks like the entire .item-grid-admin class is unused, added in https://github.com/projectblacklight/spotlight/pull/281/files and since deleted. I'll do a follow up if you don't want to deal with that here.

Copy link
Member Author

Choose a reason for hiding this comment

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

That would be great.

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