styles: Update invalid border color

For the invalid border color we'll use the current border error color.
With CSS custom properties on the horizon, we'll easily replace them
consistently in the future.

Change-Id: I1ec266e90a974cf79576ee7db6287ea4eac94656
This commit is contained in:
Volker E. 2024-03-28 20:40:27 -07:00
parent 9c24a458fd
commit 344add6080

View file

@ -38,6 +38,6 @@
}
&.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .ace_editor {
border-color: #d73333;
border-color: #b32424;
}
}