💄 style: Fix prompt higlight
parent
410c22f23f
commit
f190c1a5aa
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue