UI: HDS adoption replace <Button> in lib/core (2) (#24122)

* first four buttons

* swap button in object list input and update styling

* swap search select buttons

* string list input

* update text file

* toggle button

* add comment

* swap eye-con

* revert toggle button, add deprecation note

* cleanup css for object list input

* fix test

* revert toggle changes

* add margin
This commit is contained in:
claire bontempo
2023-11-15 11:58:41 -08:00
committed by GitHub
parent 8756dccb11
commit d7b8dddd2e
15 changed files with 115 additions and 158 deletions

View File

@@ -30,7 +30,6 @@ export default class TextFileComponent extends Component {
@tracked content = '';
@tracked filename = '';
@tracked uploadError = '';
@tracked showValue = false;
@tracked showTextArea = false;
elementId = guidFor(this);