@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/cjs/index.js
CHANGED
|
@@ -3379,8 +3379,7 @@ var IconButtonBox = import_styled14.default.button`
|
|
|
3379
3379
|
border-radius: ${(props) => sizeStyles[props.size].radius};
|
|
3380
3380
|
}
|
|
3381
3381
|
|
|
3382
|
-
&:focus-visible:before
|
|
3383
|
-
&:focus:before {
|
|
3382
|
+
&:focus-visible:before {
|
|
3384
3383
|
${getFocusRing()};
|
|
3385
3384
|
}
|
|
3386
3385
|
|