IGNITE-10239 Fix wide nav menu top margin.

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

Branch: refs/heads/ignite-10639
Commit: 0eb5bcc6989721d389a67be7880118313e02975b
Parents: 871126c
Author: Ilya Borisov <[email protected]>
Authored: Tue Dec 18 10:19:02 2018 +0700
Committer: Andrey Novikov <[email protected]>
Committed: Tue Dec 18 10:19:02 2018 +0700

----------------------------------------------------------------------
 .../web-console-sidebar-navigation/style.scss               | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/0eb5bcc6/modules/web-console/frontend/app/components/web-console-sidebar/web-console-sidebar-navigation/style.scss
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/components/web-console-sidebar/web-console-sidebar-navigation/style.scss
 
b/modules/web-console/frontend/app/components/web-console-sidebar/web-console-sidebar-navigation/style.scss
index 83c21a3..b9c3e68 100644
--- 
a/modules/web-console/frontend/app/components/web-console-sidebar/web-console-sidebar-navigation/style.scss
+++ 
b/modules/web-console/frontend/app/components/web-console-sidebar/web-console-sidebar-navigation/style.scss
@@ -72,6 +72,11 @@ web-console-sidebar-navigation {
             display: none;
         }
     }
+
+    li:first-of-type > .web-console-sidebar-navigation__link-wide {
+        margin-top: 18px;        
+    }
+
     .web-console-sidebar-navigation__link-wide {
         color: #393939;
         text-decoration: none !important;
@@ -82,10 +87,6 @@ web-console-sidebar-navigation {
         display: inline-flex;
         align-items: center;
 
-        &:first-of-type {
-            margin-top: 18px;
-        }
-
         &:hover, &:focus {
             color: var(--active-link-color);
 

Reply via email to