mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
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:
parent
e47dd9df53
commit
b543d534a7
2 changed files with 5 additions and 0 deletions
3
changelog/21771.txt
Normal file
3
changelog/21771.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fix styling for username input when editing a user
|
||||
```
|
||||
|
|
@ -60,7 +60,9 @@
|
|||
|
||||
.input[readonly],
|
||||
.textarea[readonly] {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
// textarea specific css
|
||||
|
|
|
|||
Loading…
Reference in a new issue