File tree Expand file tree Collapse file tree
projects/igniteui-angular/src/lib/core/styles/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 178178
179179 .igx-input-group {
180180 %igx-combo__toggle-button {
181+ cursor : pointer ;
181182 background : var-get ($theme , ' toggle-button-background' );
182183 color : var-get ($theme , ' toggle-button-foreground' );
183184 }
286287 }
287288 }
288289 }
290+
291+ igx-combo {
292+ %form-group-input ,
293+ %form-group-prefix ,
294+ %form-group-suffix {
295+ cursor : pointer ;
296+ }
297+ }
289298}
Original file line number Diff line number Diff line change 149149 [igxPrefix ] {
150150 @extend %form-group-prefix ;
151151 outline-style : none ;
152+ cursor : default ;
152153
153154 & :first-child {
154155 @if $variant == ' fluent' {
164165 [igxSuffix ] {
165166 @extend %form-group-suffix ;
166167 outline-style : none ;
168+ cursor : default ;
167169
168170 & :last-child {
169171 @if $variant == ' fluent' {
14251427 }
14261428
14271429 %form-group-input--hover {
1428- cursor : pointer ;
14291430 color : var-get ($theme , ' filled-text-hover-color' );
14301431
14311432 & ::placeholder {
14341435 }
14351436
14361437 %form-group-input--focus {
1437- cursor : text ;
14381438 color : var-get ($theme , ' focused-text-color' );
14391439
14401440 & ::placeholder {
Original file line number Diff line number Diff line change 1515
1616 .igx-input-group {
1717 %igx-select__toggle-button {
18+ cursor : pointer ;
1819 background : var-get ($theme , ' toggle-button-background' );
1920 color : var-get ($theme , ' toggle-button-foreground' );
2021 }
6061 color : var-get ($theme , ' toggle-button-foreground-disabled' );
6162 }
6263 }
64+
65+ igx-select {
66+ %form-group-input ,
67+ %form-group-prefix ,
68+ %form-group-suffix {
69+ cursor : pointer ;
70+ }
71+ }
6372}
You can’t perform that action at this time.
0 commit comments