ros.grant.common 2.0.1395 → 2.0.1396

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.
@@ -6422,12 +6422,12 @@ var LinkDialog = /** @class */ (function () {
6422
6422
  var $container = this.options.dialogsInBody ? this.$body : this.$editor;
6423
6423
  var body = [
6424
6424
  '<div class="inputbox">',
6425
- "<label>" + this.lang.link.textToDisplay + "</label>",
6426
- '<input type="text" />',
6425
+ "<label class=\"note-form-label\">" + this.lang.link.textToDisplay + "</label>",
6426
+ '<input class="note-link-text form-control note-form-control note-input" type="text" />',
6427
6427
  '</div>',
6428
6428
  '<div class="inputbox">',
6429
- "<label>" + this.lang.link.url + "</label>",
6430
- '<input type="text" value="http://" />',
6429
+ "<label class=\"note-form-label\">" + this.lang.link.url + "</label>",
6430
+ '<input class="note-link-url form-control note-form-control note-input" type="text" value="http://" />',
6431
6431
  '</div>',
6432
6432
  !this.options.disableLinkTarget
6433
6433
  ? $$1('<div/>').append(this.ui.checkbox({
@@ -1447,6 +1447,7 @@
1447
1447
  padding: 0;
1448
1448
  margin: 0;
1449
1449
  background: transparent;
1450
+ cursor: pointer;
1450
1451
  }
1451
1452
  }
1452
1453
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1395",
2
+ "version": "2.0.1396",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {