summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/markdown_area.scss
Commit message (Collapse)AuthorAgeFilesLines
* Make markdown tables thinnerblackst0ne2017-04-271-0/+4
|
* Fix up emoji not being next to autocomplete labelEric Eastwood2017-03-061-0/+7
| | | | | Fixing some preexisting issues (Safari) and some new issues (Windows Firefox)
* fixes flickers in avatar mention dropdownNur Rony2017-02-031-0/+1
|
* 25701 standardize text colors25701-standardize-text-colorstauriedavis2017-01-041-2/+2
|
* Finish refactoring graysvariablesAnnabel Dunstone Gray2016-12-131-1/+1
|
* Combining more graysAnnabel Dunstone Gray2016-12-131-1/+1
|
* Enable ColorVariable in scss-lintSam Rose2016-12-011-5/+5
|
* 25044 Make md header tabs match nav tabs25044-md-header-tabstauriedavis2016-11-291-7/+0
|
* Fix focus state in preview tabFilipa Lacerda2016-11-181-2/+7
| | | | | | | | Adds MR ID to changelog entry Removes changelog entry Fixes after review
* shows user avatar in mention autocomplete in editor22790-mention-autocomplete-avatarNur Rony2016-11-161-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds entry in CHANGELOG no uninitialized variable and unnecessary if statement formatting issue in CHANGELOG resolves scss lint warings cleanup: unnecessary css classes adds css class that cleaned up by mistake replaces snake_case variables name with camelCase removes unnecessary css class and adds white color border for avatar moves changelog entry from 8.13 to 8.14 remove bottom margin from avatar-inline resolves lint warnings rebased and moves changelog entry to 8.14 fixes avatar shifting on hover adds entry at top of 8.14 section in CHANGELOG.md calls sanitization for gl.utils syncing changelog with master and created changelog files using cli changes changelog title
* Remove redundant mixinsClement Ho2016-10-081-1/+1
|
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add image border in Markdown preview (!5162)winniehell2016-07-211-5/+22
|
* Adds focus state style to markdown area buttons.button-focus-styleConnor Shea2016-06-221-1/+2
|
* Merge branch 'fix-list-style' into 'master' Jacob Schatz2016-06-201-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make lists on notes to look the same in preview mode and published ## What does this MR do? Makes list styles on notes to be the same. Previously the styles weren't shared. ## Screenshots (if relevant) **Previous** ![label-style-old](/uploads/f121fe99e9255cf0d75185185f51fec2/label-style-old.gif) **After** ![label-style](/uploads/23febf41aaf8796d250a662fa6dc15d2/label-style.gif) See merge request !4765
| * Make lists looks the same when preview mode and publishedfix-list-styleAlfredo Sumaran2016-06-171-0/+2
| |
* | Updated design of markdown buttonsPhil Hughes2016-06-171-0/+23
| |
* | Move buttons to upper right.Jacob Schatz2016-06-171-0/+5
|/
* Don't break line in middle of wordword-breakAnnabel Dunstone2016-04-211-1/+1
|
* Wrap all code in diffsrevert-diff-scrollAnnabel Dunstone2016-04-201-0/+9
|
* Updated dropzone hover stylingPhil Hughes2016-04-141-10/+3
|
* Horizontally scroll code blocks instead of wrapping14866-url-overflowAnnabel Dunstone2016-04-061-0/+1
|
* Focus style for comment formPhil Hughes2016-04-041-5/+2
|
* Added toolbar to comment formPhil Hughes2016-04-041-8/+4
|
* Restyling on elements in comment formPhil Hughes2016-04-041-0/+15
|
* Follow the CSS Style Guide rules for HEX colors.connorshea2016-03-151-2/+2
| | | | | | | Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
* Allow manual resize of js-autosize textareasrs-relax-autosizeRobert Speicher2016-02-011-1/+1
| | | | | | | | | | | | | | First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
* Merge remote-tracking branch 'origin/rs-autosize'Dmitriy Zaporozhets2016-01-141-0/+1
|\
| * Autosize textareasRobert Speicher2016-01-131-0/+1
| |
* | Replace nav-tabs with nav-linksDmitriy Zaporozhets2016-01-131-17/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Allign md header componentsDmitriy Zaporozhets2016-01-131-7/+0
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-161-1/+1
|
* Fix specsDouglas Barbosa Alexandre2015-12-031-1/+0
|
* Improve style of the warning when mentioning many people in a commentDouglas Barbosa Alexandre2015-12-031-5/+3
|
* Render same markdown hint for issue, merge request, wiki and comment formsmarkdown-form-hintDmitriy Zaporozhets2015-11-071-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-organize GitLab css into 2 directories: framework and page specific cssDmitriy Zaporozhets2015-10-121-0/+115
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>