@innovaccer/design-system 4.0.0-4 → 4.0.0

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.
@@ -144,6 +144,7 @@
144
144
  width: 100%;
145
145
  display: flex;
146
146
  overflow: hidden;
147
+ cursor: pointer;
147
148
  }
148
149
 
149
150
  .Option-text,
@@ -390,9 +390,6 @@
390
390
  text-align: center;
391
391
  }
392
392
 
393
- .GridCell--default {
394
- }
395
-
396
393
  .GridCell--metaList {
397
394
  display: flex;
398
395
  flex-direction: column;
@@ -451,20 +448,6 @@
451
448
  margin-left: 0;
452
449
  }
453
450
 
454
- /* .GridCell-image {
455
- position: relative;
456
- display: flex;
457
- align-items: center;
458
- justify-content: center;
459
- margin-right: var(--spacing);
460
- }
461
-
462
- .Image {
463
- z-index: 0;
464
- height: 100%;
465
- width: 100%;
466
- } */
467
-
468
451
  /** Header **/
469
452
 
470
453
  /** Table-header **/
@@ -7,7 +7,7 @@
7
7
  flex-wrap: wrap;
8
8
  }
9
9
 
10
- .Pagination .Button {
10
+ .Pagination-button {
11
11
  padding-left: var(--spacing);
12
12
  padding-right: var(--spacing);
13
13
  }
@@ -95,16 +95,6 @@
95
95
  background-color: transparent;
96
96
  }
97
97
 
98
- .Tab-count {
99
- display: flex;
100
- margin-right: var(--spacing-l);
101
- }
102
-
103
- .Tab-count .Badge {
104
- margin-left: 0;
105
- margin-right: 0;
106
- }
107
-
108
98
  .Tab-icon {
109
99
  display: flex;
110
100
  min-width: inherit;