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(datagrid): adds missing header hover styles in v2 #6272

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

devadula-nandan
Copy link
Contributor

@devadula-nandan devadula-nandan commented Oct 22, 2024

Closes #6254

adds missing header hover background style from v1 to v2.
i tried to find any relevant history if it was removed intentionally, but couldn't find any, so i am guessing it was an error.

edit: it was removed here https://github.com/carbon-design-system/ibm-products/pull/4458/files#diff-e45407e4d85d104f9e1cc2d1d1bffbe1efd297ed6d4159b83bd91e72c6afae68L435

What did you change?

packages/ibm-products-styles/src/components/Datagrid/styles/_datagrid.scss
Screenshot 2024-10-22 at 4 43 59 PM

How did you test and verify your work?

storybook

@devadula-nandan devadula-nandan requested a review from a team as a code owner October 22, 2024 11:48
@devadula-nandan devadula-nandan requested review from makafsal and AlexanderMelox and removed request for a team October 22, 2024 11:48
@devadula-nandan devadula-nandan added the hacktoberfest https://hacktoberfest.com/ label Oct 22, 2024
Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit cc661cc
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/6717910da9a53c00083b4fd3
😎 Deploy Preview https://deploy-preview-6272--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit cc661cc
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/6717910d7ae83900086eeb56
😎 Deploy Preview https://deploy-preview-6272--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.71%. Comparing base (43db2b7) to head (cc661cc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6272      +/-   ##
==========================================
- Coverage   78.73%   78.71%   -0.02%     
==========================================
  Files         395      395              
  Lines       12798    12799       +1     
  Branches     4214     4215       +1     
==========================================
- Hits        10076    10075       -1     
- Misses       2722     2724       +2     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

@devadula-nandan devadula-nandan added this pull request to the merge queue Oct 22, 2024
Merged via the queue into carbon-design-system:main with commit 2311bdb Oct 22, 2024
32 checks passed
@devadula-nandan devadula-nandan deleted the 6254 branch October 22, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DataGrid]: Hover on column header is missing, impacting the affordance for column resizing
3 participants