File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
//
4
4
5
5
.table {
6
+ -- #{$variable-prefix } table-color : #{$table-color } ;
6
7
-- #{$variable-prefix } table-bg : #{$table-bg } ;
8
+ -- #{$variable-prefix } table-border-color : #{$table-border-color } ;
7
9
-- #{$variable-prefix } table-striped-color : #{$table-striped-color } ;
8
10
-- #{$variable-prefix } table-striped-bg : #{$table-striped-bg } ;
9
11
-- #{$variable-prefix } table-active-color : #{$table-active-color } ;
13
15
14
16
width : 100% ;
15
17
margin-bottom : $spacer ;
16
- color : $ table-color ;
18
+ color : var ( --#{$variable-prefix} table-color) ;
17
19
vertical-align : $table-cell-vertical-align ;
18
- border-color : $ table-border-color ;
20
+ border-color : var ( --#{$variable-prefix} table-border-color) ;
19
21
20
22
// Target th & td
21
23
// We need the child combinator to prevent styles leaking to nested tables which doesn't have a `.table` class.
You can’t perform that action at this time.
0 commit comments