File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
material-experimental/column-resize Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {Component} from '@angular/core';
12
12
@Component ( {
13
13
moduleId : module . id ,
14
14
templateUrl : 'column-resize-home.html' ,
15
- styleUrls : [ 'column-resize.css' ] ,
16
15
} )
17
16
export class ColumnResizeHome {
18
17
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
@import ' ../../material/core/style/variables' ;
2
+ @import ' ../../material/core/style/vendor-prefixes' ;
2
3
@import ' ../../material/core/theming/palette' ;
3
4
@import ' ../../material/core/theming/theming' ;
4
5
5
6
@mixin mat-column-resize-theme ($theme ) {
6
7
$primary : map-get ($theme , primary );
7
8
$foreground : map-get ($theme , foreground );
8
-
9
+
9
10
$non-resizable-hover-divider : mat-color ($foreground , divider );
10
11
$resizable-hover-divider : mat-color ($primary , 200 );
11
12
$resizable-active-divider : mat-color ($primary , 500 );
12
-
13
+
13
14
// Required for resizing to work properly.
14
15
table .with-resized-column {
15
16
table-layout : fixed ;
16
17
}
17
-
18
+
18
19
.mat-header-cell {
19
20
position : relative ;
20
21
}
70
71
cursor : col-resize ;
71
72
height : 100% ;
72
73
transition : background $swift-ease-in-duration $swift-ease-in-timing-function ;
73
- user-select : none ;
74
+ @include user-select ( none ) ;
74
75
width : 100% ;
75
76
76
77
& :active {
You can’t perform that action at this time.
0 commit comments