File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
components/molecule/select/src/styles Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ $class-select-atom-search-container: '#{$class-select-atom-search}-container';
2323 border-radius : $bdrs-select ;
2424 }
2525 }
26+ #{$class-select-atom-input-input } {
27+ padding-right : $pr-atom-input + - $mr-select-list-arrow + $w-select-list-arrow ;
28+ }
29+ #{$class-select-atom-input-tags } {
30+ padding-right : $pr-select-atom-input-tags + - $mr-select-list-arrow + $w-select-list-arrow ;
31+ padding-left : $pl-atom-input ;
32+ #{$class-select-atom-input-input } {
33+ padding-right : 0 ;
34+ }
35+ }
2636
2737 & .is-disabled {
2838 cursor : default ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $bd-select: $bdw-s solid transparent !default;
22$bdrs-select : $bdrs-atom-input !default ;
33$z-select-list : $z-navigation !default ;
44$mr-select-list-arrow : - $p-l !default ;
5- $pr-select-atom-input-tags : $p-xxl !default ;
5+ $pr-select-atom-input-tags : $pr-atom-input !default ;
66$w-select-list-arrow : $sz-icon-m !default ;
77$h-select-list-arrow : $sz-icon-m !default ;
88$c-select-list-arrow-fill : initial !default ;
You can’t perform that action at this time.
0 commit comments