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
38dccb27
Commit
38dccb27
authored
Apr 09, 2021
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'psi-dark-build' into 'master'
Fix job page in dark mode See merge request gitlab-org/gitlab!58855
parents
208d4aab
cabd317c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
app/assets/stylesheets/page_bundles/build.scss
app/assets/stylesheets/page_bundles/build.scss
+9
-13
changelogs/unreleased/psi-dark-build.yml
changelogs/unreleased/psi-dark-build.yml
+5
-0
No files found.
app/assets/stylesheets/page_bundles/build.scss
View file @
38dccb27
...
@@ -8,9 +8,9 @@
...
@@ -8,9 +8,9 @@
.archived-job
{
.archived-job
{
top
:
$header-height
;
top
:
$header-height
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
color
:
$orange-600
;
color
:
var
(
--
orange-600
,
$orange-600
)
;
background-color
:
$orange-50
;
background-color
:
var
(
--
orange-50
,
$orange-50
)
;
border
:
1px
solid
$border-gray-normal
;
border
:
1px
solid
var
(
--
border-color
,
$border-color
)
;
padding
:
3px
12px
;
padding
:
3px
12px
;
margin
:
auto
;
margin
:
auto
;
align-items
:
center
;
align-items
:
center
;
...
@@ -88,19 +88,15 @@
...
@@ -88,19 +88,15 @@
.header-content
{
.header-content
{
a
{
a
{
color
:
$gl-text-color
;
color
:
var
(
--
gl-text-color
,
$gl-text-color
)
;
&
:hover
{
&
:hover
{
color
:
$blue-600
;
color
:
var
(
--
blue-600
,
$blue-600
)
;
text-decoration
:
none
;
text-decoration
:
none
;
}
}
}
}
}
}
code
{
color
:
$code-color
;
}
.avatar
{
.avatar
{
float
:
none
;
float
:
none
;
margin-right
:
2px
;
margin-right
:
2px
;
...
@@ -148,12 +144,12 @@
...
@@ -148,12 +144,12 @@
.trigger-build-variable
{
.trigger-build-variable
{
font-weight
:
$gl-font-weight-normal
;
font-weight
:
$gl-font-weight-normal
;
color
:
$code-color
;
color
:
var
(
--
gray-950
,
$gray-950
)
;
}
}
.trigger-build-value
{
.trigger-build-value
{
padding
:
2px
4px
;
padding
:
2px
4px
;
color
:
$black
;
color
:
var
(
--
black
,
$black
)
;
}
}
.trigger-variables-table-cell
{
.trigger-variables-table-cell
{
...
@@ -173,7 +169,7 @@
...
@@ -173,7 +169,7 @@
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
{
&
:hover
{
color
:
$gl-text-color
;
color
:
var
(
--
gl-text-color
,
$gl-text-color
)
;
}
}
}
}
...
@@ -211,7 +207,7 @@
...
@@ -211,7 +207,7 @@
}
}
&
.retried
{
&
.retried
{
background-color
:
$gray-lightest
;
background-color
:
var
(
--
gray-10
,
$gray-10
)
;
}
}
&
:hover
{
&
:hover
{
...
...
changelogs/unreleased/psi-dark-build.yml
0 → 100644
View file @
38dccb27
---
title
:
Fix dark mode colors of retried jobs in job details page
merge_request
:
58855
author
:
type
:
fixed
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