Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcántara <ealcantara@gitlab.com>2019-03-22 01:14:30 +0300
committerClement Ho <clemmakesapps@gmail.com>2019-03-22 01:14:30 +0300
commit5e67f54fb48ff21acdf495da85354ce58938dbce (patch)
tree90da8f9c76e02a0870e15dc97fa9244e1d8020ed /app/assets/stylesheets/pages/notes.scss
parent24c496f155fed9ef0abdbba8ab5918bdb4b59874 (diff)
Remove :not pseudo-class from md-table styles
Rollback change that adds :not(js-syntax-highlight) pseudo-class to markdown selectors to fix syntax highlight tables in MR code suggestions. Removes redundant inclusion of md-typography mixin as an alternative fix.
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index faf85e151e3..88984cae513 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -224,14 +224,9 @@ $note-form-margin-left: 72px;
overflow-y: hidden;
.note-text {
- @include md-typography;
// Reset ul style types since we're nested inside a ul already
@include bulleted-list;
word-wrap: break-word;
-
- table {
- @include markdown-table;
- }
}
}