@festo-ui/web-essentials 10.1.0-dev.869 → 10.1.0-dev.874

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.
@@ -2540,8 +2540,6 @@ table.fwe-table tr th.fwe-table-order::before {
2540
2540
  position: relative;
2541
2541
  top: 2px;
2542
2542
  left: 8px;
2543
- }
2544
- table.fwe-table tr th.fwe-table-order::before {
2545
2543
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOCAxMC43MDdMMy42NDYgNi4zNTRMNC4zNTQgNS42NDZMOCA5LjI5M0wxMS42NDYgNS42NDZMMTIuMzU0IDYuMzU0TDggMTAuNzA3WiIgZmlsbD0iIzMzMzMzMyIvPjwvc3ZnPg==");
2546
2544
  }
2547
2545
  table.fwe-table tr th.fwe-table-order.fwe-table-order-ascending::before {
@@ -2560,11 +2558,11 @@ table.fwe-table tr td {
2560
2558
  padding-bottom: 12px;
2561
2559
  padding-left: 16px;
2562
2560
  padding-right: 16px;
2563
- vertical-align: top;
2564
- }
2565
- table.fwe-table tr td.fwe-v-align-middle {
2566
2561
  vertical-align: middle;
2567
2562
  }
2563
+ table.fwe-table tr td.fwe-v-align-top {
2564
+ vertical-align: top;
2565
+ }
2568
2566
  table.fwe-table tr td.fwe-t-align-center {
2569
2567
  text-align: center;
2570
2568
  }