replace references to TextInput

This commit is contained in:
Will McGugan
2022-10-03 17:38:10 +01:00
parent f43366abfb
commit 86a7bef71f
4 changed files with 8 additions and 15 deletions

View File

@@ -2,18 +2,12 @@ Screen {
background: $panel;
}
TextInput {
dock: top;
border: tall $background;
Input {
dock: top;
width: 100%;
height: 1;
padding: 0 1;
margin: 1 1 0 1;
background: $boost;
}
TextInput:focus {
border: tall $accent;
margin: 1 1 0 1;
}
#results {