@neo4j-ndl/base 0.15.1 → 0.15.2
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/CHANGELOG.md
CHANGED
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
420
420
|
*/
|
|
421
421
|
/**
|
|
422
422
|
* Do not edit directly
|
|
423
|
-
* Generated on Thu,
|
|
423
|
+
* Generated on Thu, 05 Jan 2023 13:14:17 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -1876,7 +1876,7 @@ a.ndl-btn{
|
|
|
1876
1876
|
letter-spacing: 0.25px;
|
|
1877
1877
|
line-height: 20px;
|
|
1878
1878
|
}
|
|
1879
|
-
.ndl-form-item .form-item-label > input {
|
|
1879
|
+
.ndl-form-item .form-item-label > input[type='checkbox'][role='checkbox'], .ndl-form-item .form-item-label > input[type='radio'] {
|
|
1880
1880
|
margin-top: 2px;
|
|
1881
1881
|
}
|
|
1882
1882
|
.ndl-form-item .form-item-label.fluid{
|
package/lib/tokens/js/tokens.js
CHANGED