File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
packages/@adobe/spectrum-css-temp/components Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ governing permissions and limitations under the License.
140
140
141
141
& .is-disabled {
142
142
.spectrum-FieldButton {
143
- border-bottom-width : 1px ;
144
143
border-radius : 0 ;
145
144
}
146
145
}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ governing permissions and limitations under the License.
66
66
}
67
67
}
68
68
69
- & .is-disabled {
69
+ & .is-disabled : not (. spectrum-InputGroup--quiet ) {
70
70
.spectrum-FieldButton {
71
71
& : before {
72
72
border-color : transparent;
@@ -125,7 +125,17 @@ governing permissions and limitations under the License.
125
125
126
126
& : disabled ,
127
127
& : disabled : hover {
128
- border-color : var (--spectrum-textfield-quiet-border-color-disabled );
128
+ & : before {
129
+ border-color : var (--spectrum-textfield-quiet-border-color-disabled );
130
+ }
131
+ }
132
+ }
133
+
134
+ & .is-disabled {
135
+ .spectrum-FieldButton {
136
+ & : before {
137
+ border-color : var (--spectrum-textfield-quiet-border-color-disabled );
138
+ }
129
139
}
130
140
}
131
141
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ governing permissions and limitations under the License.
171
171
}
172
172
@media (forced-colors : active) {
173
173
.spectrum-Textfield-input {
174
+ --spectrum-textfield-border-color : CanvasText;
174
175
--spectrum-textfield-text-color-disabled : GrayText;
175
176
--spectrum-textfield-border-color-disabled : GrayText;
176
177
--spectrum-textfield-quiet-border-color-disabled : GrayText;
You can’t perform that action at this time.
0 commit comments