@ni/nimble-components 11.8.0 → 11.8.1
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/all-components-bundle.js +2 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/breadcrumb-item/styles.js +2 -2
- package/dist/esm/breadcrumb-item/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -15656,7 +15656,7 @@
|
|
|
15656
15656
|
padding-right: calc(4px - ${borderWidth});
|
|
15657
15657
|
}
|
|
15658
15658
|
|
|
15659
|
-
.control:link {
|
|
15659
|
+
.control:any-link {
|
|
15660
15660
|
cursor: pointer;
|
|
15661
15661
|
text-decoration: none;
|
|
15662
15662
|
}
|
|
@@ -15670,7 +15670,7 @@
|
|
|
15670
15670
|
text-decoration: underline;
|
|
15671
15671
|
}
|
|
15672
15672
|
|
|
15673
|
-
.control:link${focusVisible} {
|
|
15673
|
+
.control:any-link${focusVisible} {
|
|
15674
15674
|
border: ${borderWidth} solid ${borderHoverColor};
|
|
15675
15675
|
outline: 2px solid ${borderHoverColor};
|
|
15676
15676
|
outline-offset: 1px;
|