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
030c1dca
Commit
030c1dca
authored
Mar 03, 2020
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix scoped labels rendering in emails
parent
5c86775a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
app/assets/stylesheets/notify.scss
app/assets/stylesheets/notify.scss
+16
-0
changelogs/unreleased/208242-scoped-label-rendering-in-emails-is-broken.yml
...sed/208242-scoped-label-rendering-in-emails-is-broken.yml
+5
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
030c1dca
...
...
@@ -81,6 +81,7 @@ $gl-gray-400: #999;
$gl-gray-500
:
#777
;
$gl-gray-600
:
#666
;
$gl-gray-700
:
#555
;
$gl-gray-800
:
#333
;
$green-50
:
#f1fdf6
;
$green-100
:
#dcf5e7
;
...
...
app/assets/stylesheets/notify.scss
View file @
030c1dca
...
...
@@ -18,3 +18,19 @@ p.details {
pre
.commit-message
{
white-space
:
pre-wrap
;
}
.gl-label-scoped
{
box-shadow
:
0
0
0
2px
currentColor
inset
;
}
.gl-label-text
{
padding
:
0
5px
;
}
.gl-label-text-light
{
color
:
$white-light
;
}
.gl-label-text-dark
{
color
:
$gl-gray-800
;
}
changelogs/unreleased/208242-scoped-label-rendering-in-emails-is-broken.yml
0 → 100644
View file @
030c1dca
---
title
:
Fix scoped labels rendering in emails
merge_request
:
26347
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