File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
material-experimental/mdc-table Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
@import ' ../../material/table/table-flex-styles' ;
5
5
6
6
@include mdc-data-table-core-styles ($query : $mat-base-styles-without-animation-query );
7
- @include _mat -table-flex-styles ;
7
+ @include mat-private -table-flex-styles ;
8
8
9
9
.mat-table-sticky {
10
10
@include vendor-prefixes .position-sticky ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ sass_library(
40
40
41
41
sass_library (
42
42
name = "table_flex_scss_lib" ,
43
- src = "_table-flex-styles.scss" ,
43
+ srcs = [ "_table-flex-styles.scss" ] ,
44
44
deps = ["//src/material/core:core_scss_lib" ],
45
45
)
46
46
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ $mat-header-row-height: 56px;
5
5
$mat-row-height : 48px ;
6
6
$mat-row-horizontal-padding : 24px ;
7
7
8
- @mixin _mat-table-flex-styles {
8
+ // Only use tag name selectors here since the styles are shared between MDC and non-MDC
9
+ @mixin mat-private-table-flex-styles {
9
10
mat-table {
10
11
display : block ;
11
12
}
Original file line number Diff line number Diff line change 1
1
@use ' ../core/style/vendor-prefixes' ;
2
2
@import ' ./table-flex-styles' ;
3
3
4
- @include _mat -table-flex-styles ;
4
+ @include mat-private -table-flex-styles ;
5
5
6
6
/* *
7
7
* Native HTML table structure
You can’t perform that action at this time.
0 commit comments