Added background property to table __headers-w element (#2325)

This commit is contained in:
Charles Hacskaylo 2019-03-21 15:37:09 -07:00 committed by Andrew Henry
parent b6ec023920
commit 4111c12895

View File

@ -142,6 +142,7 @@
// Wraps __headers table
flex: 0 0 auto;
overflow: hidden;
background: $colorTabHeaderBg;
}
/******************************* TABLES */