mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00: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:
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
|
||||
|
||||
Reference in New Issue
Block a user