File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 95
95
}
96
96
}
97
97
98
+ @media all and (-ms-high-contrast : none ), (-ms-high-contrast : active ) {
99
+ .field {
100
+ & __widget {
101
+ flex-basis : auto ;
102
+ }
103
+ }
104
+ }
105
+
98
106
.field .field {
99
107
border-top : none ;
100
108
.field__no-title {
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ $colorscalepicker-width: 215px;
24
24
.colorscalePickerContainer input :focus {
25
25
outline : none ;
26
26
}
27
+ @media all and (-ms-high-contrast : none ), (-ms-high-contrast : active ) {
28
+ .colorscalePickerContainer {
29
+ display : inline ;
30
+ }
31
+ }
32
+
27
33
.colorscalePickerBottomContainer {
28
34
padding-right : 3px ;
29
35
}
Original file line number Diff line number Diff line change 24
24
color : var (--color-text-base );
25
25
}
26
26
27
+ @media all and (-ms-high-contrast : none ), (-ms-high-contrast : active ) {
28
+ .numeric-input__wrapper {
29
+ flex-basis : auto ;
30
+ }
31
+ }
32
+
27
33
.numeric-input__number {
28
34
display : inline-block ;
29
35
border : var (--border-default );
34
40
white-space : nowrap ;
35
41
text-align : left ;
36
42
border-radius : var (--border-radius-small );
37
- padding : var (--spacing-quarter-unit ) var (--spacing-quarter-unit )
38
- var (--spacing-quarter-unit ) var ( --spacing- half-unit );
43
+ padding : var (--spacing-quarter-unit ) var (--spacing-quarter-unit ) var ( --spacing-quarter-unit )
44
+ var (--spacing-half-unit );
39
45
width : 62px ;
40
46
vertical-align : middle ;
41
47
font-size : inherit ;
You can’t perform that action at this time.
0 commit comments