You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2018/10/08 04:44:51 UTC

ignite git commit: IGNITE-9460 Web Console: Removed underline on top menu link focus.

Repository: ignite
Updated Branches:
  refs/heads/master 1ec9ee438 -> 202f9f8dd


IGNITE-9460 Web Console: Removed underline on top menu link focus.


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

Branch: refs/heads/master
Commit: 202f9f8dd077cd1129cb0c5b11ffebe0a9f4d00e
Parents: 1ec9ee4
Author: Alexander Kalinin <ve...@yandex.ru>
Authored: Mon Oct 8 11:44:22 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Mon Oct 8 11:44:22 2018 +0700

----------------------------------------------------------------------
 .../frontend/app/components/web-console-header/style.scss           | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/202f9f8d/modules/web-console/frontend/app/components/web-console-header/style.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/components/web-console-header/style.scss b/modules/web-console/frontend/app/components/web-console-header/style.scss
index e92fdd5..491078e 100644
--- a/modules/web-console/frontend/app/components/web-console-header/style.scss
+++ b/modules/web-console/frontend/app/components/web-console-header/style.scss
@@ -106,6 +106,7 @@ web-console-header {
         &:focus, :focus,
         &.active, .active {
             color: $color-active;
+            text-decoration: none;
         }
 
         &[disabled] {