We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104d38a commit 644cb46Copy full SHA for 644cb46
components/textfield/index.css
@@ -501,6 +501,11 @@ governing permissions and limitations under the License.
501
&::placeholder {
502
color: var(--highcontrast-textfield-text-color-readonly, var(--mod-textfield-text-color-readonly, var(--spectrum-textfield-text-color-readonly)));
503
background-color: transparent;
504
+
505
+ .is-disabled &,
506
+ .is-disabled:hover & {
507
+ color: var(--highcontrast-textfield-text-color-disabled, var(--mod-textfield-text-color-disabled, var(--spectrum-textfield-text-color-disabled)));
508
+ }
509
}
510
511
0 commit comments