gitlab-org--gitlab-foss/spec/javascripts/issue_show
Douwe Maan 838f7e56a4
Remove .wiki and @md-typography mixin in favor of .md and .md-file
Before, the styling for `img:not(.emoji)`` was repeated between
`.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
preview), `.documentation.wiki` (for help pages), and
`.issuable-details .description .wiki` (for MR and issue descriptions).

In these places, we now simply use `.md`. Wherever we use `.md` but
don't want this image styling (like wikis and blobs), `.md-file` is
added.
2019-03-26 14:29:33 +01:00
..
components Remove .wiki and @md-typography mixin in favor of .md and .md-file 2019-03-26 14:29:33 +01:00
helpers.js Fixes ctrl+enter not submit issue edit form 2017-06-24 13:32:31 +01:00
index_spec.js Properly sanitize JSON data to fix XSS on Issue details page. 2018-09-11 13:30:36 +01:00
mock_data.js Accept lockVersion as a prop and add to store 2019-01-30 23:18:13 +01:00