💄 style: Fix prompt higlight

pull/414/head
canisminor1990 2023-09-13 01:33:59 +08:00
parent 410c22f23f
commit f190c1a5aa
2 changed files with 4 additions and 4 deletions

View File

@ -1382,7 +1382,7 @@ function e(e,t){for(var n=0;n<t.length;n++){const r=t[n];if("string"!=typeof r&&
}
}
[id$='2img_prompt'] textarea {
[id$='2img_prompt'] > label > textarea {
color: ${t.colorSuccessTextHover};
&:focus {
@ -1390,7 +1390,7 @@ function e(e,t){for(var n=0;n<t.length;n++){const r=t[n];if("string"!=typeof r&&
}
}
[id$='2img_neg_prompt'] textarea {
[id$='2img_neg_prompt'] > label > textarea {
color: ${t.colorErrorTextHover};
&:focus {

View File

@ -267,7 +267,7 @@ export const useStyles = createStyles(
}
}
[id$='2img_prompt'] textarea {
[id$='2img_prompt'] > label > textarea {
color: ${token.colorSuccessTextHover};
&:focus {
@ -275,7 +275,7 @@ export const useStyles = createStyles(
}
}
[id$='2img_neg_prompt'] textarea {
[id$='2img_neg_prompt'] > label > textarea {
color: ${token.colorErrorTextHover};
&:focus {