-
- Downloads
There was an error fetching the commit references. Please try again later.
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.
Showing
- app/assets/javascripts/behaviors/markdown/copy_as_gfm.js 2 additions, 2 deletionsapp/assets/javascripts/behaviors/markdown/copy_as_gfm.js
- app/assets/javascripts/behaviors/shortcuts/shortcuts_issuable.js 2 additions, 2 deletions...ets/javascripts/behaviors/shortcuts/shortcuts_issuable.js
- app/assets/javascripts/issue_show/components/description.vue 1 addition, 1 deletionapp/assets/javascripts/issue_show/components/description.vue
- app/assets/stylesheets/framework/files.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/files.scss
- app/assets/stylesheets/framework/typography.scss 13 additions, 23 deletionsapp/assets/stylesheets/framework/typography.scss
- app/assets/stylesheets/pages/help.scss 0 additions, 8 deletionsapp/assets/stylesheets/pages/help.scss
- app/assets/stylesheets/pages/issuable.scss 0 additions, 8 deletionsapp/assets/stylesheets/pages/issuable.scss
- app/assets/stylesheets/pages/wiki.scss 0 additions, 6 deletionsapp/assets/stylesheets/pages/wiki.scss
- app/assets/stylesheets/print.scss 9 additions, 9 deletionsapp/assets/stylesheets/print.scss
- app/views/help/index.html.haml 1 addition, 1 deletionapp/views/help/index.html.haml
- app/views/help/instance_configuration.html.haml 1 addition, 1 deletionapp/views/help/instance_configuration.html.haml
- app/views/help/show.html.haml 1 addition, 1 deletionapp/views/help/show.html.haml
- app/views/help/ui.html.haml 1 addition, 1 deletionapp/views/help/ui.html.haml
- app/views/projects/_wiki.html.haml 2 additions, 3 deletionsapp/views/projects/_wiki.html.haml
- app/views/projects/blob/preview.html.haml 1 addition, 1 deletionapp/views/projects/blob/preview.html.haml
- app/views/projects/blob/viewers/_markup.html.haml 1 addition, 1 deletionapp/views/projects/blob/viewers/_markup.html.haml
- app/views/projects/issues/show.html.haml 1 addition, 1 deletionapp/views/projects/issues/show.html.haml
- app/views/projects/merge_requests/_mr_box.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/_mr_box.html.haml
- app/views/projects/milestones/show.html.haml 2 additions, 3 deletionsapp/views/projects/milestones/show.html.haml
- app/views/projects/tags/_tag.html.haml 2 additions, 3 deletionsapp/views/projects/tags/_tag.html.haml
Please register or sign in to comment