diff options
| author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | 2019-08-12 09:02:00 -0500 |
|---|---|---|
| committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | 2019-08-19 11:08:58 -0700 |
| commit | fb79e54c55af0b516d35c94c702213b7549acafe (patch) | |
| tree | 2c72073b1d94d897adc64a6a6b06e705c8114cce /app/assets | |
| parent | fa56273db9ac556ca52db5d6d653b16eb63ca54e (diff) | |
| download | phosphor-webui-fb79e54c55af0b516d35c94c702213b7549acafe.tar.gz phosphor-webui-fb79e54c55af0b516d35c94c702213b7549acafe.zip | |
Add password visibility toggle
This commit will add a new password visibility toggle directive.
The new directive was added to the local user management,
user modal password input fields.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I4e2baf53eec04aaff1bba26948779de6e447e3e7
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/icons/icon-visibility-off.svg | 1 | ||||
| -rw-r--r-- | app/assets/icons/icon-visibility-on.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/icons/icon-visibility-off.svg b/app/assets/icons/icon-visibility-off.svg new file mode 100644 index 0000000..ddadbdb --- /dev/null +++ b/app/assets/icons/icon-visibility-off.svg @@ -0,0 +1 @@ +<svg data-name="Layer 1" viewBox="0 0 16 16"><path d="M11.85 3.45L15.29 0l.71.71L12.72 4a11.92 11.92 0 0 1 3.35 3.93Q13 13.5 8 13.5a7.68 7.68 0 0 1-3.82-1L.7 16l-.7-.71L3.32 12A11.85 11.85 0 0 1 0 7.93Q3 2.5 8 2.5a7.94 7.94 0 0 1 3.85.95zm-6.93 8.34A6.73 6.73 0 0 0 8 12.5c2.79 0 5.08-1.48 6.91-4.57A10.29 10.29 0 0 0 12 4.71l-1.55 1.55a3 3 0 0 1-4.19 4.18zM4 11.25l1.55-1.51a3 3 0 0 1 4.19-4.18l1.36-1.37A7 7 0 0 0 8 3.5c-2.8 0-5 1.44-6.82 4.43A10.22 10.22 0 0 0 4 11.25zm3-1.53A2 2 0 0 0 9.72 7zM6.28 9L9 6.28A2 2 0 0 0 6.28 9z"/></svg>
\ No newline at end of file diff --git a/app/assets/icons/icon-visibility-on.svg b/app/assets/icons/icon-visibility-on.svg new file mode 100644 index 0000000..21058f9 --- /dev/null +++ b/app/assets/icons/icon-visibility-on.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 16 11"><path d="M8 7.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 1c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/><path d="M8 10c2.8 0 5.1-1.5 6.9-4.6C13.1 2.5 10.8 1 8 1 5.2 1 3 2.4 1.2 5.4 2.9 8.6 5.2 10 8 10zM8 0c3.3 0 6 1.8 8.1 5.4C14 9.2 11.3 11 8 11S2 9.2 0 5.5C2 1.9 4.6 0 8 0z"/></svg>
\ No newline at end of file |

