@syncfusion/ej2-vue-spreadsheet 19.4.38 → 19.4.43

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.
@@ -1339,8 +1339,8 @@
1339
1339
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1340
1340
  background-color: #00b0ff;
1341
1341
  cursor: ns-resize;
1342
+ left: 50%;
1342
1343
  position: absolute;
1343
- right: 50%;
1344
1344
  top: 0;
1345
1345
  transform: translate(-50%, -50%);
1346
1346
  }
@@ -1357,8 +1357,8 @@
1357
1357
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1358
1358
  background-color: #00b0ff;
1359
1359
  cursor: ns-resize;
1360
+ left: 50%;
1360
1361
  position: absolute;
1361
- right: 50%;
1362
1362
  top: 100%;
1363
1363
  transform: translate(-50%, -50%);
1364
1364
  }
@@ -2488,12 +2488,13 @@
2488
2488
  bottom: 0;
2489
2489
  float: right;
2490
2490
  height: 18px;
2491
- margin-right: -1px;
2492
2491
  padding: 0;
2493
- position: relative;
2492
+ position: absolute;
2494
2493
  right: 0;
2495
2494
  width: 20px;
2496
2495
  z-index: 2;
2496
+ bottom: .5px;
2497
+ right: .5px;
2497
2498
  }
2498
2499
 
2499
2500
  .e-colorpicker-wrapper.e-border-colorpicker {
@@ -1366,8 +1366,8 @@
1366
1366
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1367
1367
  background-color: #e3165b;
1368
1368
  cursor: ns-resize;
1369
+ left: 50%;
1369
1370
  position: absolute;
1370
- right: 50%;
1371
1371
  top: 0;
1372
1372
  transform: translate(-50%, -50%);
1373
1373
  }
@@ -1384,8 +1384,8 @@
1384
1384
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1385
1385
  background-color: #e3165b;
1386
1386
  cursor: ns-resize;
1387
+ left: 50%;
1387
1388
  position: absolute;
1388
- right: 50%;
1389
1389
  top: 100%;
1390
1390
  transform: translate(-50%, -50%);
1391
1391
  }
@@ -2529,12 +2529,13 @@
2529
2529
  bottom: 0;
2530
2530
  float: right;
2531
2531
  height: 18px;
2532
- margin-right: -1px;
2533
2532
  padding: 0;
2534
- position: relative;
2533
+ position: absolute;
2535
2534
  right: 0;
2536
2535
  width: 20px;
2537
2536
  z-index: 2;
2537
+ bottom: .5px;
2538
+ right: .5px;
2538
2539
  }
2539
2540
 
2540
2541
  .e-colorpicker-wrapper.e-border-colorpicker {
@@ -1389,8 +1389,8 @@
1389
1389
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1390
1390
  background-color: #22d3ee;
1391
1391
  cursor: ns-resize;
1392
+ left: 50%;
1392
1393
  position: absolute;
1393
- right: 50%;
1394
1394
  top: 0;
1395
1395
  transform: translate(-50%, -50%);
1396
1396
  }
@@ -1407,8 +1407,8 @@
1407
1407
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1408
1408
  background-color: #22d3ee;
1409
1409
  cursor: ns-resize;
1410
+ left: 50%;
1410
1411
  position: absolute;
1411
- right: 50%;
1412
1412
  top: 100%;
1413
1413
  transform: translate(-50%, -50%);
1414
1414
  }
@@ -2561,9 +2561,8 @@
2561
2561
  bottom: 0;
2562
2562
  float: right;
2563
2563
  height: 18px;
2564
- margin-right: -1px;
2565
2564
  padding: 0;
2566
- position: relative;
2565
+ position: absolute;
2567
2566
  right: 0;
2568
2567
  width: 20px;
2569
2568
  z-index: 2;
@@ -1389,8 +1389,8 @@
1389
1389
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1390
1390
  background-color: #4f46e5;
1391
1391
  cursor: ns-resize;
1392
+ left: 50%;
1392
1393
  position: absolute;
1393
- right: 50%;
1394
1394
  top: 0;
1395
1395
  transform: translate(-50%, -50%);
1396
1396
  }
@@ -1407,8 +1407,8 @@
1407
1407
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1408
1408
  background-color: #4f46e5;
1409
1409
  cursor: ns-resize;
1410
+ left: 50%;
1410
1411
  position: absolute;
1411
- right: 50%;
1412
1412
  top: 100%;
1413
1413
  transform: translate(-50%, -50%);
1414
1414
  }
@@ -2561,9 +2561,8 @@
2561
2561
  bottom: 0;
2562
2562
  float: right;
2563
2563
  height: 18px;
2564
- margin-right: -1px;
2565
2564
  padding: 0;
2566
- position: relative;
2565
+ position: absolute;
2567
2566
  right: 0;
2568
2567
  width: 20px;
2569
2568
  z-index: 2;
@@ -1390,8 +1390,8 @@
1390
1390
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1391
1391
  background-color: #22d3ee;
1392
1392
  cursor: ns-resize;
1393
+ left: 50%;
1393
1394
  position: absolute;
1394
- right: 50%;
1395
1395
  top: 0;
1396
1396
  transform: translate(-50%, -50%);
1397
1397
  }
@@ -1408,8 +1408,8 @@
1408
1408
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1409
1409
  background-color: #22d3ee;
1410
1410
  cursor: ns-resize;
1411
+ left: 50%;
1411
1412
  position: absolute;
1412
- right: 50%;
1413
1413
  top: 100%;
1414
1414
  transform: translate(-50%, -50%);
1415
1415
  }
@@ -2562,9 +2562,8 @@
2562
2562
  bottom: 0;
2563
2563
  float: right;
2564
2564
  height: 18px;
2565
- margin-right: -1px;
2566
2565
  padding: 0;
2567
- position: relative;
2566
+ position: absolute;
2568
2567
  right: 0;
2569
2568
  width: 20px;
2570
2569
  z-index: 2;
@@ -1390,8 +1390,8 @@
1390
1390
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1391
1391
  background-color: #4f46e5;
1392
1392
  cursor: ns-resize;
1393
+ left: 50%;
1393
1394
  position: absolute;
1394
- right: 50%;
1395
1395
  top: 0;
1396
1396
  transform: translate(-50%, -50%);
1397
1397
  }
@@ -1408,8 +1408,8 @@
1408
1408
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1409
1409
  background-color: #4f46e5;
1410
1410
  cursor: ns-resize;
1411
+ left: 50%;
1411
1412
  position: absolute;
1412
- right: 50%;
1413
1413
  top: 100%;
1414
1414
  transform: translate(-50%, -50%);
1415
1415
  }
@@ -2562,9 +2562,8 @@
2562
2562
  bottom: 0;
2563
2563
  float: right;
2564
2564
  height: 18px;
2565
- margin-right: -1px;
2566
2565
  padding: 0;
2567
- position: relative;
2566
+ position: absolute;
2568
2567
  right: 0;
2569
2568
  width: 20px;
2570
2569
  z-index: 2;