@pocketprep/ui-kit 3.4.23 → 3.4.24

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.
@@ -413,10 +413,9 @@ export default class Table extends Vue {
413
413
  display: inline-grid;
414
414
  min-width: 100%;
415
415
  padding: 5px 22px 5px 11px;
416
- font-size: 11px;
417
- line-height: 15px;
418
- letter-spacing: 0.17px;
419
- color: $slate-03;
416
+ font-size: 12px;
417
+ line-height: 16px;
418
+ color: $brand-black;
420
419
  max-width: 100%;
421
420
  border-bottom: 1px solid $gray-divider;
422
421
 
@@ -454,6 +453,10 @@ export default class Table extends Vue {
454
453
  .table__sort-icon:not(.table__sort-icon--visible) {
455
454
  visibility: visible;
456
455
  }
456
+
457
+ .uikit-table__sort-icon {
458
+ visibility: visible;
459
+ }
457
460
  }
458
461
 
459
462
  &:focus:not(.table__column-label-content--sort-disabled) {
@@ -525,7 +528,7 @@ export default class Table extends Vue {
525
528
 
526
529
  &--hover-focus {
527
530
  &:hover {
528
- background-color: mix($barely-background, $brand-black, 96%);
531
+ background-color: $gray-background;
529
532
  }
530
533
 
531
534
  &:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.23",
3
+ "version": "3.4.24",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {