gitlab-org--gitlab-foss/app/assets/javascripts/behaviors/shortcuts
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
..
shortcuts.js Replace === true with parseBoolean() 2018-11-27 09:18:48 +01:00
shortcuts_blob.js
shortcuts_find_file.js
shortcuts_issuable.js Remove .wiki and @md-typography mixin in favor of .md and .md-file 2019-03-26 14:29:33 +01:00
shortcuts_navigation.js Adds releases index route 2018-12-18 11:01:55 +01:00
shortcuts_network.js
shortcuts_wiki.js