playbook_ui 15.0.0.pre.alpha.PLAY2420atfirstcolumnborderfix10657 → 15.0.0.pre.alpha.PLAY2420atfirstcolumnborderfix10658
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 +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +8 -0
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 2e0949975bdc3c6bc71197680d702f252dcdc867dd322b72f8a7e9a9b17f7700
         | 
| 4 | 
            +
              data.tar.gz: 7dcc2986c1fab9b7eef485e711fbe2e69f3b4432b0b897300bab80488471d879
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: fab07c88298ffca2fd945a14b31c4ab09085863565848f27b519d40b53c3b179da015adf1e040a9c99ae27091423c5e880e36daa7341ff78f38d832cca387c59
         | 
| 7 | 
            +
              data.tar.gz: 23ed6327729e513e405f2322e8e05a701bea58e3e8bf17e3ae2eaba252c20d712f9e0c545df043956d4a1f0fc2334ca6f63f19140e48751eaaeca0f40e8f925c
         | 
| @@ -1028,6 +1028,14 @@ | |
| 1028 1028 | 
             
                  box-shadow: none !important;
         | 
| 1029 1029 | 
             
                }
         | 
| 1030 1030 | 
             
              }
         | 
| 1031 | 
            +
              // Firefox fix
         | 
| 1032 | 
            +
              @-moz-document url-prefix() {
         | 
| 1033 | 
            +
                .pb_advanced_table_header {
         | 
| 1034 | 
            +
                  .last-header-cell {
         | 
| 1035 | 
            +
                    box-shadow: 1px 0 0 0 $border_light !important;
         | 
| 1036 | 
            +
                  }
         | 
| 1037 | 
            +
                }
         | 
| 1038 | 
            +
              }
         | 
| 1031 1039 |  | 
| 1032 1040 | 
             
              // For tables WITH vertical borders, only remove border from actual last column
         | 
| 1033 1041 | 
             
              .pb_table.vertical-border {
         |