summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/diff.scss
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-8/+1
|
* Allow commenting on older versions of the diff and comparisons between diff ↵dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-6/+0
| | | | versions
* Added break-word wrap30986-diff-text-overflowingLuke "Jared" Bennett2017-04-171-0/+4
|
* Fix link togglers jumping to topEric Eastwood2017-03-281-0/+15
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
* Added discussion comments avatars to diffPhil Hughes2017-03-081-0/+104
|
* Disables interaction with expanded linesdiff-make-obvious-cant-commentPhil Hughes2017-02-281-2/+7
| | | | Fixed scss-lint errors
* Removed link transitionmr-diff-comment-buttonPhil Hughes2017-02-271-0/+4
| | | | Fixed hll overriding is-over class
* Improved the diff comment button UXPhil Hughes2017-02-271-4/+0
| | | | | | It now shows the line will be commenting on my highlight the line number cells with a lighter color. The button has also been made smaller, it was previously way over the top & took over a lot more space than it should of done Closes #27543
* Align file header items while keeping collapse functionalityAnnabel Dunstone Gray2017-02-081-1/+2
|
* Revert "Merge branch 'revert-a91ff32b' into 'master'"Filipa Lacerda2017-02-081-0/+4
| | | This reverts merge request !8688
* Revert "Merge branch '25709-diff-file-overflow' into 'master'"Jacob Schatz2017-01-211-4/+0
| | | This reverts merge request !8475
* Use flexbox instead of media queriesFilipa Lacerda2017-01-191-72/+0
| | | | Move CSS to correct file
* Adds tooltipsFilipa Lacerda2017-01-191-0/+4
|
* Responsive title in diffs inline, side by side, with and without sidebarFilipa Lacerda2017-01-191-0/+72
| | | | Adds MR ID to CHANGELOG entry
* 25701 standardize text colors25701-standardize-text-colorstauriedavis2017-01-041-3/+3
|
* Finish refactoring graysvariablesAnnabel Dunstone Gray2016-12-131-4/+4
|
* Enable ColorVariable in scss-lintSam Rose2016-12-011-16/+16
|
* Remove an extra leading space from diff contentHiroyuki Sato2016-11-041-15/+18
|
* Enable PseudoElement in scss-lintenable-scss-lint-pseudo-elementClement Ho2016-10-261-3/+3
|
* Merge branch 'enable-scss-lint-single-line-per-selector' into 'master' Annabel Dunstone Gray2016-10-251-3/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable SingleLinePerSelector in scss-lint ## What does this MR do? Enables `SingleLinePerSelector` in `.scss-lint.yml` ## Are there points in the code the reviewer needs to double check? This MR touches a lot of files, just need another pair of eyes to look through and make sure I didn't break anything. ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23485 See merge request !7081
| * Enable SingleLinePerSelector in scss-lintenable-scss-lint-single-line-per-selectorClement Ho2016-10-241-3/+6
| |
* | Enable trailingWhitespace in scss-lintClement Ho2016-10-241-2/+2
|/
* Set webkit-overflow-scrolling to auto for children of body.ios-tooltipsBryce Johnson2016-10-191-1/+0
|
* Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-141-0/+24
|
* Improved specifity of toggleable file headers23147-file-viewer-header-has-hover-styleLuke Bennett2016-10-141-0/+13
|
* Fixed large comments messing with diff table widthsdiff-table-width-fixPhil Hughes2016-09-121-4/+5
| | | | Closes #20694
* Convert image diff background image to CSSClement Ho2016-08-011-1/+4
|
* Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-10/+0
|
* Fixes font family of commit ID in diffsdiff-commit-id-weightPhil Hughes2016-06-171-0/+1
|
* Fixes font weight of commit id on view file buttonPhil Hughes2016-06-161-0/+4
|
* Break in middle of word if a span within parallel viewparallel-diff-alignmentAnnabel Dunstone2016-04-251-0/+5
|
* Reduce width of parallel diffsAnnabel Dunstone2016-04-221-1/+5
|
* Merge branch 'revert-diff-scroll' into 'master' Jacob Schatz2016-04-201-2/+2
|\ | | | | | | | | | | | | | | | | | | | | Wrap all code in diffs Closes #15382 Closes #15422 All diff code wraps to next line instead of scrolling <img src="/uploads/ec5754919bac0b027fcb122bb88435b3/Screen_Shot_2016-04-20_at_12.22.27_PM.png" width="500px"> See merge request !3838
| * Wrap all code in diffsrevert-diff-scrollAnnabel Dunstone2016-04-201-2/+2
| |
* | Discussion note icon shows up when you click on diff on touch screen15104-mobile-comment-bugAnnabel Dunstone2016-04-151-0/+1
|/
* Syntax & style updates14176-diff-paste-dataAnnabel Dunstone2016-04-141-9/+13
|
* Add line type conditional to diff line helperAnnabel Dunstone2016-04-141-7/+11
|
* Add content attributes to discussion diffs; change styling of add-note icon ↵Annabel Dunstone2016-04-141-8/+18
| | | | to prevent white spaces in paste
* Copying and pasting doesn't grab line numbers or +/-Annabel Dunstone2016-04-141-0/+20
|
* Diff touch upsAnnabel Dunstone2016-04-071-0/+5
|
* Diff design updatesAnnabel Dunstone2016-04-071-0/+8
|
* Fix side-by-side code format & commit message wrapcode-wrappingAnnabel Dunstone2016-04-071-0/+4
|
* Indentation updateindentation-bugAnnabel Dunstone2016-04-071-2/+0
|
* Preserve white spaceAnnabel Dunstone2016-04-071-1/+3
|
* Horizontally scroll code blocks instead of wrapping14866-url-overflowAnnabel Dunstone2016-04-061-0/+5
|
* Follow the CSS Style Guide rules for using shorthand where possible.connorshea2016-03-181-1/+1
| | | | | | | | Fixes violations of Shorthand. Discussed in #14299. [ci skip]
* Add space to separate different files in diffimprove-diff-uiDmitriy Zaporozhets2016-03-171-1/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Follow the CSS Style Guide rules for unitless zero values.connorshea2016-03-161-18/+18
| | | | | | | | Updated Emoji Rake task to conform to style guide. Discussed in #14299. [ci skip]
* Follow the CSS Style Guide rules for HEX colors.connorshea2016-03-151-3/+3
| | | | | | | Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
* Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-251-4/+1
|