Skip to content

Commit ccfc345

Browse files
committed
fix: tweak OpSimulate textarea styling
1 parent 5d6a8ab commit ccfc345

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/pages/OpSimulate.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,10 @@ textarea {
497497
color: var(--color-text-primary);
498498
font-family: var(--font-mono);
499499
font-size: var(--font-size-s);
500+
501+
&:focus {
502+
border-color: var(--color-border-primary);
503+
}
500504
}
501505
502506
button {

0 commit comments

Comments
 (0)