File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/@adobe/spectrum-css-temp/components Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ governing permissions and limitations under the License.
15
15
: root {
16
16
/* Todo: move to DNA */
17
17
--spectrum-combobox-quiet-fieldbutton-border-radius : 0 ;
18
- --spectrum-combobox-field-border-width-right : 0 ;
19
18
--spectrum-combobox-quiet-fieldbutton-padding-right : 0 ;
20
19
--spectrum-combobox-quiet-fieldbutton-padding-left : var (--spectrum-global-dimension-size-130 );
21
20
--spectrum-combobox-validation-icon-right : var (--spectrum-global-dimension-size-100 );
@@ -71,7 +70,7 @@ governing permissions and limitations under the License.
71
70
.spectrum-InputGroup-input {
72
71
border-start-end-radius : var (--spectrum-combobox-textfield-border-top-right-radius );
73
72
border-end-end-radius : var (--spectrum-combobox-textfield-border-bottom-right-radius );
74
- border-inline-end : var ( --spectrum-combobox-field-border-width-right ) ;
73
+ border-inline-end-style : none ;
75
74
}
76
75
77
76
.spectrum-InputGroup--quiet {
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ governing permissions and limitations under the License.
25
25
--spectrum-stepper-default-width-mobile : calc (var (--spectrum-component-single-line-height ) * 5 );
26
26
}
27
27
28
- .spectrum-Stepper {
28
+ /* increase specificity to not collide with InputGroup */
29
+ .spectrum-Stepper .spectrum-Stepper {
29
30
display : inline-grid;
30
31
grid-template-rows : auto auto;
31
32
grid-template-columns : 1fr auto;
@@ -38,7 +39,9 @@ governing permissions and limitations under the License.
38
39
line-height : 0 ;
39
40
border-radius : var (--spectrum-border-radius );
40
41
transition : border-color var (--spectrum-global-animation-duration-100 ) ease-in-out, box-shadow var (--spectrum-global-animation-duration-100 ) ease-in-out;
42
+ }
41
43
44
+ .spectrum-Stepper {
42
45
& : not (.spectrum-Stepper--quiet ): not (.spectrum-Stepper--showStepper ) {
43
46
.spectrum-Stepper-input {
44
47
border-inline-end-width : var (--spectrum-stepper-border-size-default );
You can’t perform that action at this time.
0 commit comments