File tree Expand file tree Collapse file tree 4 files changed +5
-26
lines changed
projects/igniteui-angular/src/lib
core/styles/components/grid-summary Expand file tree Collapse file tree 4 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 76
76
"@types/source-map" : " 0.5.2" ,
77
77
"express" : " ^4.21.1" ,
78
78
"fflate" : " ^0.8.1" ,
79
- "igniteui-theming" : " ^18.0.1 " ,
79
+ "igniteui-theming" : " ^18.0.2 " ,
80
80
"igniteui-trial-watermark" : " ^3.0.2" ,
81
81
"lodash-es" : " ^4.17.21" ,
82
82
"rxjs" : " ^7.8.2" ,
Original file line number Diff line number Diff line change 12
12
13
13
/// @param {Map} $schema [$light-material-schema] - The schema used as basis for styling the component.
14
14
/// @param {Color} $background-color [null] - The summaries background color is inherited form igx-grid__tfoot
15
- /// @param {Color} $focus-background-color [null] - The background color when a summary item is on focus.
16
15
/// @param {Color} $label-color [null] - The summaries label color.
17
16
/// @param {Color} $result-color [null] - The summaries value/result color.
18
17
/// @param {Color} $border-color [null] - The summaries border color.
32
31
$schema : $light-material-schema ,
33
32
34
33
$background-color : null ,
35
- $focus-background-color : null ,
36
34
$label-color : null ,
37
35
$result-color : null ,
38
36
$border-color : null ,
74
72
name : $name ,
75
73
selector: $selector ,
76
74
background-color : $background-color ,
77
- focus- background- color: $focus-background-color ,
78
75
label- color: $label-color ,
79
76
result- color: $result-color ,
80
77
border-color : $border-color ,
131
128
overflow : hidden ;
132
129
outline-style : none ;
133
130
134
- & ::after {
135
- position : absolute ;
136
- inset : 0 ;
137
- }
138
-
139
- & :focus ::after {
140
- background : var-get ($theme , ' focus-background-color' );
141
- }
142
-
143
131
@if $variant == ' indigo' {
144
132
border-top : rem (1px ) solid var-get ($theme , ' border-color' );
145
133
}
Original file line number Diff line number Diff line change @@ -24,15 +24,6 @@ $_theme: $material;
24
24
overflow : hidden ;
25
25
outline-style : none ;
26
26
27
- & ::after {
28
- position : absolute ;
29
- inset : 0 ;
30
- }
31
-
32
- & :focus ::after {
33
- background : var-get ($_theme , ' focus-background-color' );
34
- }
35
-
36
27
@include e (item) {
37
28
display : flex ;
38
29
align-items : center ;
You can’t perform that action at this time.
0 commit comments