Repository: ignite
Updated Branches:
  refs/heads/master 1098ba5f8 -> 00a330a7d


IGNITE-8334 Web Console: Added highlighting for focused "eye" icon.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/00a330a7
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/00a330a7
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/00a330a7

Branch: refs/heads/master
Commit: 00a330a7d1c64dfd782ba5e330006352256f8745
Parents: 1098ba5
Author: Ilya Borisov <klast...@gmail.com>
Authored: Tue May 22 15:39:19 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Tue May 22 15:39:19 2018 +0700

----------------------------------------------------------------------
 .../frontend/app/components/password-visibility/style.scss       | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/00a330a7/modules/web-console/frontend/app/components/password-visibility/style.scss
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/password-visibility/style.scss 
b/modules/web-console/frontend/app/components/password-visibility/style.scss
index 6f5130b..67457eb 100644
--- a/modules/web-console/frontend/app/components/password-visibility/style.scss
+++ b/modules/web-console/frontend/app/components/password-visibility/style.scss
@@ -46,5 +46,9 @@ password-visibility-toggle-button {
         outline: none;
         padding: 0 !important;
         margin: 0 !important;
+
+        &:focus {
+            color: #0067b9;
+        }
     }
 }

Reply via email to