Commit 08971448 authored by Michael Le's avatar Michael Le

Fix startup css

parent af906641
...@@ -1072,7 +1072,7 @@ input { ...@@ -1072,7 +1072,7 @@ input {
margin: 0 auto; margin: 0 auto;
} }
.nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a { .nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar a { .nav-sidebar a {
text-decoration: none; text-decoration: none;
...@@ -1103,7 +1103,7 @@ input { ...@@ -1103,7 +1103,7 @@ input {
font-weight: 600; font-weight: 600;
} }
.nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) { .nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar ul { .nav-sidebar ul {
padding-left: 0; padding-left: 0;
...@@ -1264,7 +1264,7 @@ input { ...@@ -1264,7 +1264,7 @@ input {
.nav-sidebar:not(.sidebar-expanded-mobile) .nav-sidebar:not(.sidebar-expanded-mobile)
li.active:not(.fly-out-top-item) li.active:not(.fly-out-top-item)
> a { > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar:not(.sidebar-expanded-mobile) .context-header { .nav-sidebar:not(.sidebar-expanded-mobile) .context-header {
height: 60px; height: 60px;
...@@ -1759,7 +1759,6 @@ body.gl-dark { ...@@ -1759,7 +1759,6 @@ body.gl-dark {
--white: #333; --white: #333;
--black: #fff; --black: #fff;
--svg-status-bg: #333; --svg-status-bg: #333;
--nav-active-bg: rgba(255, 255, 255, 0.08);
} }
.nav-sidebar li a { .nav-sidebar li a {
color: var(--gray-600); color: var(--gray-600);
...@@ -1992,7 +1991,6 @@ body.gl-dark { ...@@ -1992,7 +1991,6 @@ body.gl-dark {
--white: #333; --white: #333;
--black: #fff; --black: #fff;
--svg-status-bg: #333; --svg-status-bg: #333;
--nav-active-bg: rgba(255, 255, 255, 0.08);
} }
.tab-width-8 { .tab-width-8 {
-moz-tab-size: 8; -moz-tab-size: 8;
......
...@@ -1058,7 +1058,7 @@ input { ...@@ -1058,7 +1058,7 @@ input {
margin: 0 auto; margin: 0 auto;
} }
.nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a { .nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar a { .nav-sidebar a {
text-decoration: none; text-decoration: none;
...@@ -1089,7 +1089,7 @@ input { ...@@ -1089,7 +1089,7 @@ input {
font-weight: 600; font-weight: 600;
} }
.nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) { .nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar ul { .nav-sidebar ul {
padding-left: 0; padding-left: 0;
...@@ -1250,7 +1250,7 @@ input { ...@@ -1250,7 +1250,7 @@ input {
.nav-sidebar:not(.sidebar-expanded-mobile) .nav-sidebar:not(.sidebar-expanded-mobile)
li.active:not(.fly-out-top-item) li.active:not(.fly-out-top-item)
> a { > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar:not(.sidebar-expanded-mobile) .context-header { .nav-sidebar:not(.sidebar-expanded-mobile) .context-header {
height: 60px; height: 60px;
......
...@@ -1072,7 +1072,7 @@ input { ...@@ -1072,7 +1072,7 @@ input {
margin: 0 auto; margin: 0 auto;
} }
.nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a { .nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar a { .nav-sidebar a {
text-decoration: none; text-decoration: none;
...@@ -1103,7 +1103,7 @@ input { ...@@ -1103,7 +1103,7 @@ input {
font-weight: 600; font-weight: 600;
} }
.nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) { .nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar ul { .nav-sidebar ul {
padding-left: 0; padding-left: 0;
...@@ -1264,7 +1264,7 @@ input { ...@@ -1264,7 +1264,7 @@ input {
.nav-sidebar:not(.sidebar-expanded-mobile) .nav-sidebar:not(.sidebar-expanded-mobile)
li.active:not(.fly-out-top-item) li.active:not(.fly-out-top-item)
> a { > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar:not(.sidebar-expanded-mobile) .context-header { .nav-sidebar:not(.sidebar-expanded-mobile) .context-header {
height: 60px; height: 60px;
...@@ -1759,7 +1759,6 @@ body.gl-dark { ...@@ -1759,7 +1759,6 @@ body.gl-dark {
--white: #333; --white: #333;
--black: #fff; --black: #fff;
--svg-status-bg: #333; --svg-status-bg: #333;
--nav-active-bg: rgba(255, 255, 255, 0.08);
} }
.nav-sidebar li a { .nav-sidebar li a {
color: var(--gray-600); color: var(--gray-600);
...@@ -1992,7 +1991,6 @@ body.gl-dark { ...@@ -1992,7 +1991,6 @@ body.gl-dark {
--white: #333; --white: #333;
--black: #fff; --black: #fff;
--svg-status-bg: #333; --svg-status-bg: #333;
--nav-active-bg: rgba(255, 255, 255, 0.08);
} }
.tab-width-8 { .tab-width-8 {
-moz-tab-size: 8; -moz-tab-size: 8;
......
...@@ -1058,7 +1058,7 @@ input { ...@@ -1058,7 +1058,7 @@ input {
margin: 0 auto; margin: 0 auto;
} }
.nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a { .nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar a { .nav-sidebar a {
text-decoration: none; text-decoration: none;
...@@ -1089,7 +1089,7 @@ input { ...@@ -1089,7 +1089,7 @@ input {
font-weight: 600; font-weight: 600;
} }
.nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) { .nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar ul { .nav-sidebar ul {
padding-left: 0; padding-left: 0;
...@@ -1250,7 +1250,7 @@ input { ...@@ -1250,7 +1250,7 @@ input {
.nav-sidebar:not(.sidebar-expanded-mobile) .nav-sidebar:not(.sidebar-expanded-mobile)
li.active:not(.fly-out-top-item) li.active:not(.fly-out-top-item)
> a { > a {
background-color: var(--nav-active-bg); background-color: rgba(41, 41, 97, 0.08);
} }
.nav-sidebar:not(.sidebar-expanded-mobile) .context-header { .nav-sidebar:not(.sidebar-expanded-mobile) .context-header {
height: 60px; height: 60px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment