8000 fix(css): added :where(:root, .selector) by mattnolting · Pull Request #6752 · patternfly/patternfly · GitHub
[go: up one dir, main page]

Skip to content

fix(css): added :where(:root, .selector)#6752

Merged
mcoker merged 1 commit intopatternfly:v6from
mattnolting:fix-css-6751
Jun 11, 2024
Merged

fix(css): added :where(:root, .selector)#6752
mcoker merged 1 commit intopatternfly:v6from
mattnolting:fix-css-6751

Conversation

@mattnolting
Copy link
Collaborator

closes #6751

Looks like we missed a few :where(:root, .selector) and closures. This PR addresses those.

@patternfly-build
Copy link
Collaborator
patternfly-build commented Jun 7, 2024


// - Table grid
.#{$table}[class*="pf-m-grid"] {
:where(:root, .#{$table}[class*="pf-m-grid"]) {
Copy link
Member

Choose a reason for hiding this comment

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

Does this one need to be closed after the variables then?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It closes on line 127. Is that what you're looking for?

Copy link
Member

Choose a reason for hiding this comment

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

Ah, yeah sorry, the collapse gets me every time.


// - Table grid
.#{$table}[class*="pf-m-grid"] {
:where(:root, .#{$table}[class*="pf-m-grid"]) {
Copy link
Member

Choose a reason for hiding this comment

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

Ah, yeah sorry, the collapse gets me every time.

@mcoker mcoker merged commit 1d0fb58 into patternfly:v6 Jun 11, 2024
@patternfly-build
Copy link
Collaborator

🎉 This PR is included in version 6.0.0-alpha.153 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

0