@brightspot/ui 6.0.1 → 6.0.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/dist/storybook/project.json +1 -1
- package/package.json +1 -2
- package/src/legacy/tool-ui/src/ContentInputGroup.css +6 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/v4.477ad1936f8c04d7b232.css +3 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/{v5.6a83df0120b7131d9681.css → v5.c4079f389e0c1da72239.css} +1 -1
- package/src/legacy/tool-ui/src/main/webapp/v4/ContentInputGroup.less +6 -0
- package/src/legacy/tool-ui/src/main/webapp/dist/v4.fda8a624070bce61ac0d.css +0 -3
|
@@ -507,6 +507,12 @@
|
|
|
507
507
|
display: none !important;
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
+
// .CIG-comments sits inside .CIG-label, which has pointer-events: none
|
|
511
|
+
// above; restore it so the contextual comment button stays clickable.
|
|
512
|
+
.CIG-comments {
|
|
513
|
+
pointer-events: auto;
|
|
514
|
+
}
|
|
515
|
+
|
|
510
516
|
.MultiSortable:hover {
|
|
511
517
|
cursor: unset;
|
|
512
518
|
}
|