Skip to content

Commit

Permalink
Merge pull request #1222 from gsoft-inc/feature/1221
Browse files Browse the repository at this point in the history
Fix for #1221
  • Loading branch information
fraincs authored Jul 17, 2023
2 parents 2bff979 + cbe03ec commit ca40d62
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 50 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-toes-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@orbit-ui/components": patch
---

Fix for hover/focus opacity StyledSystem utilites
Original file line number Diff line number Diff line change
Expand Up @@ -1395,12 +1395,12 @@ const PropsHandlers: Record<string, PropHandler<unknown>> = {
objectFit: createHandler(),
objectPosition: createHandler(),
opacity: createHandler(),
opacityActive: createPseudoHandler("o-ui-o-active", "o-ui-o-active"),
opacityFocus: createPseudoHandler("o-ui-o-focus", "o-ui-o-focus"),
opacityHover: createPseudoHandler("o-ui-o-hover", "o-ui-o-hover"),
opacityActive: createPseudoHandler("o-ui-o-active", "--o-ui-o-active"),
opacityFocus: createPseudoHandler("o-ui-o-focus", "--o-ui-o-focus"),
opacityHover: createPseudoHandler("o-ui-o-hover", "--o-ui-o-hover"),
order: createHandler(),
outline: createHandler(),
outlineFocus: createPseudoHandler("o-ui-ol-focus", "o-ui-ol-focus"),
outlineFocus: createPseudoHandler("o-ui-ol-focus", "--o-ui-ol-focus"),
overflow: createHandler(),
overflowX: createHandler(),
overflowY: createHandler(),
Expand Down
Loading

0 comments on commit ca40d62

Please sign in to comment.