UI: Fix styling for username input when editing a user (#21771)

* changed form-field-groups.hbs to show a disabled text book for username when editing a user

* reverted the change in form-field-groups.hbs. Instead changed the CSS for readonly to match the CSS of disabled in inputs.scss

* changed readonly input styling in inputs.scss in accordance with new design for readonly input

* added changelog
This commit is contained in:
malinac02
2023-07-13 11:28:20 -07:00
committed by GitHub
parent e47dd9df53
commit b543d534a7
2 changed files with 5 additions and 0 deletions

3
changelog/21771.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: Fix styling for username input when editing a user
```

View File

@@ -60,7 +60,9 @@
.input[readonly],
.textarea[readonly] {
border: none;
box-shadow: none;
cursor: not-allowed;
}
// textarea specific css