Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
08971448
Commit
08971448
authored
Mar 25, 2022
by
Michael Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix startup css
parent
af906641
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
16 deletions
+12
-16
app/assets/stylesheets/startup/startup-dark.scss
app/assets/stylesheets/startup/startup-dark.scss
+3
-5
app/assets/stylesheets/startup/startup-general.scss
app/assets/stylesheets/startup/startup-general.scss
+3
-3
ee/app/assets/stylesheets/startup/startup-dark.scss
ee/app/assets/stylesheets/startup/startup-dark.scss
+3
-5
ee/app/assets/stylesheets/startup/startup-general.scss
ee/app/assets/stylesheets/startup/startup-general.scss
+3
-3
No files found.
app/assets/stylesheets/startup/startup-dark.scss
View file @
08971448
...
@@ -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
;
...
...
app/assets/stylesheets/startup/startup-general.scss
View file @
08971448
...
@@ -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
;
...
...
ee/app/assets/stylesheets/startup/startup-dark.scss
View file @
08971448
...
@@ -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
;
...
...
ee/app/assets/stylesheets/startup/startup-general.scss
View file @
08971448
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment