summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/diff.scss
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup diff-notes-collapse csscleanup-cssClement Ho2017-09-261-6/+1
|
* removed commented out CSSPhil Hughes2017-09-251-5/+0
|
* Dynamically create offset for sticky barPhil Hughes2017-09-221-7/+2
|
* Fixed overflow issue in changes dropdownchanges-overflow-fixPhil Hughes2017-09-131-1/+9
|
* Fixed changes bar jumping on merge requestschanges-tab-jumpingPhil Hughes2017-09-081-1/+1
| | | | Closes #37589
* Fix mr tabs positionAnnabel Dunstone Gray2017-09-071-2/+10
|
* Changed all font-weight values to 400 and 600Dimitrie Hoekstra2017-08-241-3/+3
|
* Fixed changed files dropdown not being shownPhil Hughes2017-08-151-1/+5
| | | | Closes #36479
* Fix the sticky changes bar on commits pagefixed-sticky-stats-box-commit-viewPhil Hughes2017-08-091-1/+5
|
* use new dropdown stylingdiff-changed-files-dropdownPhil Hughes2017-08-031-0/+1
|
* fixed alert box moving when is-stuck gets addedPhil Hughes2017-08-031-2/+4
|
* fixed jumping when bar gets stuckPhil Hughes2017-08-031-7/+14
| | | | | added specs to sticky util file added `No files found.` text when results are empty
* made the changed files holder stickyPhil Hughes2017-08-031-0/+41
|
* Moved changed files into a dropdownPhil Hughes2017-08-031-2/+15
| | | | | | | | | | | This makes navigating through diff files quickly. Currently we just toggle a list, which could be pretty big. This moves it into a dropdown to make it much easier. Also includes a filter bar to quickly search for certain files/extensions. Closes #29778
* Enable DeclarationOrder in scss-lintTakuya Noguchi2017-07-121-4/+4
|
* Resolve "More actions dropdown hidden by end of diff"Luke "Jared" Bennett2017-06-301-2/+0
|
* Render add-diff-note button with server.Bryce Johnson2017-06-291-5/+3
| | | | | | | | | | This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
* Enable DuplicateProperty scss-lintAnnabel Dunstone Gray2017-05-261-1/+0
|
* Clean up diff renderingDouwe Maan2017-05-231-4/+0
|
* Consistently style image in blob and diffDouwe Maan2017-05-231-1/+1
|
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-5/+0
|
* Merge branch 'dm-tree-blob-blame-consistency' into 'master' Fatih Acet2017-05-091-2/+0
|\ | | | | | | | | Make tree, blob and blame pages more consistent See merge request !11194
| * Make tree, blob and blame pages more consistentDouwe Maan2017-05-091-2/+0
| |
* | Remove unused CSSDouwe Maan2017-05-081-25/+0
|/
* 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