File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed
Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ $dropdown-theme: dropdown-theme.$fluent;
6262
6363:host (:focus-within ) {
6464 [part ~= ' toggle-icon' ] {
65- background : var-get ($theme , ' toggle-button-background-focus--border ' );
65+ background : var-get ($theme , ' toggle-button-background-focus' );
6666 color : var-get ($theme , ' toggle-button-foreground-focus' );
6767
6868 igc-icon {
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ $dropdown-theme: dropdown-theme.$material;
3232 }
3333}
3434
35- :host (:hover ),
3635:host (:focus-within ) {
3736 [part ~= ' toggle-icon' ] {
3837 background : var-get ($theme , ' toggle-button-background-focus--border' );
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ $focused-border-width: rem(2px);
3636}
3737
3838:host (:focus-within ) {
39+ [part ~= ' toggle-icon' ] {
40+ background : var-get ($theme , ' toggle-button-background-focus' );
41+ }
42+
3943 igc-input [readonly ]:not ([disabled ])::part (container ) {
4044 border-width : #{$focused-border-width } ;
4145 }
Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ $input-theme: input-theme.$indigo;
3333 padding : rem (3px );
3434}
3535
36+ :host (:hover ) {
37+ [part ~= ' toggle-icon' ] {
38+ color : var-get ($theme , ' toggle-button-foreground-focus' );
39+ }
40+ }
41+
3642:host (:focus-within ) {
3743 igc-input ::part (label ) {
3844 color : var-get ($input-theme , ' focused-secondary-color' );
Original file line number Diff line number Diff line change @@ -29,16 +29,6 @@ $active-border-width: rem(2px) !default;
2929 }
3030}
3131
32- :host (:hover ) {
33- [part ~= ' toggle-icon' ] {
34- background : var-get ($theme , ' toggle-button-background' );
35- }
36-
37- [part = ' toggle-icon filled' ] {
38- color : var-get ($theme , ' toggle-button-foreground-filled' );
39- }
40- }
41-
4232:host ([outlined ]:focus-within ) {
4333 igc-input [readonly ]:not ([disabled ])::part (start ) {
4434 border : {
You can’t perform that action at this time.
0 commit comments