playbook_ui 14.12.0.pre.rc.3 → 14.12.0.pre.rc.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c83795d8853ca7a4d5f2d6f555ca08f5f3b6098386d027b2c236a9b98da77160
4
- data.tar.gz: ed2f28a1ab8e0bd2c6be2b5154ae5b9d6cf6db232b9c6c0961f8fce414b2dec5
3
+ metadata.gz: 56ff17fa43f200902907613cb75f9b0a0294b3ba45363cc25ce32e6febb55a7a
4
+ data.tar.gz: 2508918ffe4775fdf1a2702d02c8156c90978d397ded736de7508eb620b817fb
5
5
  SHA512:
6
- metadata.gz: b154a086c2fcb6bbb6ba2131b8a2ca2b0f6433e5ef60fa492be8b812ffeec1d8c4621f71f0470412bec15fbd91695f6c24ccec5316ded81fa6100c2a4df951b4
7
- data.tar.gz: e5b67c905808710552a7643b7757de1ca8bba31899ae187c89bbbb8124fc936484e75eaeab160d8bd59819d55f3a54f136365d7e3007d68378520b6f48de770f
6
+ metadata.gz: 87e9fa0efdfd7fb6c66b229659c3d464cf1ab557fa67b26867df5ac659f139d0b307a45c636aed1cb6e5151d7f1471dfe0f2adc2a473dc7983d47e5b46d9ba27
7
+ data.tar.gz: 5be57776aedc85e5fb1f2856fc655053a2d1810b99378245735916073e8b5977b949dad8b1db8d9d1cb763c83709d095344761b0a6ffd34ca127cec7e1d5072d
@@ -1,7 +1,7 @@
1
1
  @import "../../tokens/screen_sizes";
2
+ @import "../../tokens/border_radius";
2
3
 
3
4
  .table-responsive-scroll {
4
- display: block;
5
5
  overflow-x: scroll;
6
6
 
7
7
  // hides duplicate scroll bar for those that see two (byproduct of repeated table-responsive-scroll class
@@ -27,11 +27,12 @@
27
27
  // Responsive Styles
28
28
  @media (max-width: 1600px) {
29
29
  &[class*="table-responsive-scroll"] {
30
- border-radius: 4px;
31
- box-shadow: 1px 0 0 0px $border_light,
30
+ &:has(> table.table-card) {
31
+ border-radius: $border_rad_light;
32
+ box-shadow: 1px 0 0 0px $border_light,
32
33
  -1px 0 0 0px $border_light
33
- }
34
-
34
+ }
35
+ }
35
36
  &[class^=pb_table].table-sm.table-card thead tr th:first-child,
36
37
  &[class^=pb_table].table-sm:not(.no-hover).table-card tbody tr td:first-child {
37
38
  border-left-width: 0px;