File tree Expand file tree Collapse file tree 4 files changed +20
-26
lines changed
devtools/projects/ng-devtools/src
injector-tree/injector-providers Expand file tree Collapse file tree 4 files changed +20
-26
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ package(default_visibility = ["//visibility:public"])
6
6
sass_binary (
7
7
name = "injector_providers_component_styles" ,
8
8
src = "injector-providers.component.scss" ,
9
- include_paths = [
10
- "external/npm/node_modules" ,
11
- ],
12
- deps = [
13
- "//devtools/projects/ng-devtools/src/styles:material_sass_deps" ,
14
- ],
15
9
)
16
10
17
11
ng_module (
Original file line number Diff line number Diff line change 1
- @use ' @angular/material' as mat ;
2
-
3
1
h2 {
4
2
font-size : 0.875rem ;
5
3
}
18
16
gap : 0.5rem ;
19
17
20
18
mat-form-field {
21
- @include mat .form-field-density (-5 );
22
- @include mat .form-field-overrides (
23
- (
24
- container- text- size: 0.8rem ,
25
- outlined- label- text- size: 0.8rem ,
26
- )
27
- );
28
-
29
19
& .token-search {
30
20
flex : 1 ;
31
21
}
32
22
33
23
& .type-filter {
34
24
width : 10rem ;
35
25
}
36
-
37
- mat-select {
38
- @include mat .select-overrides (
39
- (
40
- trigger- text- size: 0.8rem ,
41
- )
42
- );
43
- }
44
26
}
45
27
}
46
28
Original file line number Diff line number Diff line change 1
1
< div class ="controls ">
2
2
< div class ="visual-controls ">
3
- < mat-form-field >
3
+ < mat-form-field appearance =" outline " >
4
4
< mat-label > Filter</ mat-label >
5
5
< input
6
6
matInput
9
9
placeholder ="duration: >30 source: click "
10
10
/>
11
11
</ mat-form-field >
12
- < mat-form-field [class.hidden] ="!record() ">
12
+ < mat-form-field [class.hidden] ="!record() " appearance =" outline " >
13
13
< mat-select
14
14
[value] ="visualizationMode() "
15
15
(selectionChange) ="visualizationMode.set($event.value) "
Original file line number Diff line number Diff line change @@ -80,3 +80,21 @@ ng-devtools {
80
80
.mat-mdc-menu-content {
81
81
padding : 0 !important ;
82
82
}
83
+
84
+ mat-form-field {
85
+ @include mat .form-field-density (-5 );
86
+ @include mat .form-field-overrides (
87
+ (
88
+ container- text- size: 0.8rem ,
89
+ outlined- label- text- size: 0.8rem ,
90
+ )
91
+ );
92
+
93
+ mat-select {
94
+ @include mat .select-overrides (
95
+ (
96
+ trigger- text- size: 0.8rem ,
97
+ )
98
+ );
99
+ }
100
+ }
You can’t perform that action at this time.
0 commit comments