File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
packages/@adobe/spectrum-css-temp/components Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ governing permissions and limitations under the License.
36
36
flex-wrap : nowrap;
37
37
min-width : calc (2.5 * var (--spectrum-dropdown-height ));
38
38
border-radius : var (--spectrum-border-radius );
39
- background : var (--spectrum-textfield-background-color );
40
39
41
40
.spectrum-FieldButton {
42
41
padding : var (--spectrum-combobox-fieldbutton-inset );
@@ -109,7 +108,6 @@ governing permissions and limitations under the License.
109
108
110
109
border-radius : var (--spectrum-combobox-quiet-fieldbutton-border-radius );
111
110
min-width : calc (2 * var (--spectrum-dropdown-height ));
112
- background : transparent;
113
111
114
112
.spectrum-FieldButton {
115
113
inline-size : auto;
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ governing permissions and limitations under the License.
11
11
*/
12
12
13
13
.spectrum-InputGroup {
14
+ background : var (--spectrum-textfield-background-color );
15
+
14
16
.spectrum-FieldButton {
15
17
& : before {
16
18
border-color : var (--spectrum-textfield-border-color );
@@ -93,6 +95,7 @@ governing permissions and limitations under the License.
93
95
}
94
96
95
97
.spectrum-InputGroup--quiet {
98
+ background : transparent;
96
99
/*
97
100
specifically for readonly inputgroups that aren't disabled since the button will have the disabled class
98
101
but we don't want the border color to be the disabled quiet one
Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ governing permissions and limitations under the License.
29
29
& .spectrum-Tabs--isCollapsed {
30
30
: focus-ring {
31
31
/* FieldButton Picker focus ring override */
32
- box-shadow : none;
32
+ & ::after {
33
+ box-shadow : none;
34
+ }
33
35
34
36
& ::before {
35
37
border-color : var (--spectrum-tabs-focus-ring-color );
You can’t perform that action at this time.
0 commit comments