This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 698698}
699699
700700@mixin mdc-text-field-with-both-icons_ {
701+ @include mdc-text-field-icon-horizontal-position-two-icons_ (
702+ $mdc-text-field-icon-position ,
703+ $mdc-text-field-trailing-icon-position
704+ );
705+
701706 .mdc-text-field__input {
702707 padding-right : $mdc-text-field-icon-padding ;
703708 padding-left : $mdc-text-field-icon-padding ;
704709 }
705710}
706711
707712@mixin mdc-text-field-dense-with-both-icons_ {
713+ @include mdc-text-field-icon-horizontal-position-two-icons_ (
714+ $mdc-text-field-dense-icon-position ,
715+ $mdc-text-field-dense-icon-position
716+ );
717+
708718 .mdc-text-field__input {
709719 padding-right : $mdc-text-field-dense-icon-padding ;
710720 padding-left : $mdc-text-field-dense-icon-padding ;
Original file line number Diff line number Diff line change 7171 }
7272}
7373
74+ @mixin mdc-text-field-icon-horizontal-position-two-icons_ ($position-left , $position-right ) {
75+ @include mdc-text-field-leading-icon-horizontal-position_ ($position-left );
76+ @include mdc-text-field-trailing-icon-horizontal-position_ ($position-right );
77+ }
78+
7479@mixin mdc-text-field-icon_ {
7580 position : absolute ;
7681 top : 50% ;
You can’t perform that action at this time.
0 commit comments