Revert "Make rename popup more visible via orange outline"

This reverts commit 006a41b0da.
This commit is contained in:
Wojtek Figat
2024-03-07 21:43:09 +01:00
parent 9fe874cc5b
commit a0e234ade1

View File

@@ -77,7 +77,6 @@ namespace FlaxEditor.GUI
_startValue = value;
_inputField = new TextBox(isMultiline, 0, 0, size.Y);
_inputField.BorderColor = _inputField.BorderSelectedColor = Style.Current.SelectionBorder;
_inputField.TextChanged += OnTextChanged;
_inputField.AnchorPreset = AnchorPresets.StretchAll;
_inputField.Offsets = Margin.Zero;