Skip to content

Commit

Permalink
UI: Fix styling for username input when editing a user (#21771)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
malinac02 authored Jul 13, 2023
1 parent e47dd9d commit b543d53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/21771.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fix styling for username input when editing a user
```
2 changes: 2 additions & 0 deletions ui/app/styles/core/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@

.input[readonly],
.textarea[readonly] {
border: none;
box-shadow: none;
cursor: not-allowed;
}

// textarea specific css
Expand Down

0 comments on commit b543d53

Please sign in to comment.