Skip to content
Snippets Groups Projects
Commit d773ee6b authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

Merge branch '357405-email-link-style' into 'master'

In emails, style implicit links too

See merge request gitlab-org/gitlab!84235
parents ccf87698 e2c5bd4b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,10 +32,6 @@ body {
font-size: inherit;
}
 
a {
text-decoration: none;
}
.gl-mb-5 {
@include gl-mb-5;
}
Loading
Loading
Loading
Loading
@@ -5,6 +5,10 @@
GitLab
- if Feature.enabled?(:enhanced_notify_css)
= stylesheet_link_tag 'notify_enhanced'
%style{ type: 'text/css', 'data-premailer': 'ignore' }
-# The MUA automatically turns some text into links.
-# Match the color of explicit links ($blue-600 from typography.scss).
a { color: #1068bf; }
- else
= stylesheet_link_tag 'notify'
= yield :head
Loading
Loading
Loading
Loading
@@ -7,6 +7,10 @@
-# haml-lint:enable NoPlainNodes
- if Feature.enabled?(:enhanced_notify_css)
= stylesheet_link_tag 'notify_enhanced'
%style{ type: 'text/css', 'data-premailer': 'ignore' }
-# The MUA automatically turns some text into links.
-# Match the color of explicit links ($blue-600 from typography.scss).
a { color: #1068bf; }
- else
= stylesheet_link_tag 'notify'
= yield :head
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment