@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
|
@@ -1141,7 +1141,7 @@ const Pa={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1141
1141
|
padding-right: calc(4px - ${er});
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
|
-
.control:link {
|
|
1144
|
+
.control:any-link {
|
|
1145
1145
|
cursor: pointer;
|
|
1146
1146
|
text-decoration: none;
|
|
1147
1147
|
}
|
|
@@ -1155,7 +1155,7 @@ const Pa={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1155
1155
|
text-decoration: underline;
|
|
1156
1156
|
}
|
|
1157
1157
|
|
|
1158
|
-
.control:link${fh} {
|
|
1158
|
+
.control:any-link${fh} {
|
|
1159
1159
|
border: ${er} solid ${Wn};
|
|
1160
1160
|
outline: 2px solid ${Wn};
|
|
1161
1161
|
outline-offset: 1px;
|