Skip to content

Commit 6c5531c

Browse files
committed
Remove hardcoded background color
1 parent 83ddc37 commit 6c5531c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

playbook/app/pb_kits/playbook/pb_table/styles/_desktop_collapse.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
tbody, .pb_table_tbody {
7878
tr, .pb_table_tr {
7979
td, .pb_table_td {
80-
background: $white !important;
8180
border-left-width: 1px !important;
8281
border-right-width: 1px !important;
8382
border-top-width: 1px !important;

playbook/app/pb_kits/playbook/pb_table/styles/_mobile.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
tbody, .pb_table_tbody {
7878
tr, .pb_table_tr {
7979
td, .pb_table_td {
80-
background: $white !important;
8180
border-left-width: 1px !important;
8281
border-right-width: 1px !important;
8382
border-top-width: 1px !important;

playbook/app/pb_kits/playbook/pb_table/styles/_mobile_collapse.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
tbody, .pb_table_tbody {
7878
tr, .pb_table_tr {
7979
td, .pb_table_td {
80-
background: $white !important;
8180
border-left-width: 1px !important;
8281
border-right-width: 1px !important;
8382
border-top-width: 1px !important;

playbook/app/pb_kits/playbook/pb_table/styles/_tablet_collapse.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
tbody, .pb_table_tbody {
7878
tr, .pb_table_tr {
7979
td, .pb_table_td {
80-
background: $white !important;
8180
border-left-width: 1px !important;
8281
border-right-width: 1px !important;
8382
border-top-width: 1px !important;

0 commit comments

Comments
 (0)