@loomhq/lens 12.12.3 → 12.12.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -3150,8 +3150,7 @@ var IconButtonBox = styled14.button`
3150
3150
  border-radius: ${(props) => sizeStyles[props.size].radius};
3151
3151
  }
3152
3152
 
3153
- &:focus-visible:before,
3154
- &:focus:before {
3153
+ &:focus-visible:before {
3155
3154
  ${getFocusRing()};
3156
3155
  }
3157
3156