diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-30 16:03:49 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-04-04 19:44:07 -0600 |
commit | b9abf938edf52e762d320b1eb8732155e23d7b72 (patch) | |
tree | fa58191817cb644a1eeb969b23e1d2cc58e654cb /app/assets/stylesheets | |
parent | 67136007933425414293602bc75d2ba4822f2a93 (diff) | |
download | gitlab-ce-b9abf938edf52e762d320b1eb8732155e23d7b72.tar.gz |
Wrap images in discussions and wikis with a link to the image source using ImageLinkFilter.
Resolves #14411.
See merge request !3464
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index b1886fbe67b..c3c7bc9fdbe 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -138,6 +138,12 @@ } } + a.no-attachment-icon { + &:before { + display: none; + } + } + /* Link to current header. */ h1, h2, h3, h4, h5, h6 { position: relative; |