Skip to content

Commit

Permalink
fix(BulkActions): select all background color
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 committed Apr 23, 2024
1 parent 89cd9bf commit b282de6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/core/src/BulkActions/BulkActions.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@ export const { staticClasses, useClasses } = createClasses("HvBulkActions", {
semantic: {
backgroundColor: theme.colors.containerBackgroundHover,
"& $selectAll div": {
color: "inherit",

"&:hover:not(:disabled)": {
backgroundColor: theme.alpha("base_light", 0.3),
},

"& *": {
color: "inherit",
backgroundColor: "transparent",
},
},

"& $selectAll:focus-within div": {
backgroundColor: theme.alpha("base_light", 0.3),
},
Expand Down

0 comments on commit b282de6

Please sign in to comment.