summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/diff.scss
Commit message (Collapse)AuthorAgeFilesLines
* Revert diff-files-changed sticky barClement Ho2018-05-241-1/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-081-0/+6
|\
| * Change font for tables inside diff discussionsGeorge Tsiolis2018-05-011-0/+6
| |
* | Fix diff stats sticky barClement Ho2018-04-181-6/+10
| |
* | [skip ci] Merge branch 'master' into bootstrap4Clement Ho2018-04-171-0/+5
|\ \ | |/
| * Merge branch '45271-collpased-diff-loading' into 'master'Phil Hughes2018-04-171-0/+5
| |\ | | | | | | | | | | | | | | | | | | Resolve "Collapsed diff spacing wrong when failed to load" Closes #45271 and #45317 See merge request gitlab-org/gitlab-ce!18351
| | * Update error block cssFilipa Lacerda2018-04-171-1/+2
| | |
| | * Adds padding to the error blockFilipa Lacerda2018-04-161-0/+4
| | |
* | | Merge branch 'master' into bootstrap4Clement Ho2018-04-121-1/+0
|\ \ \ | |/ /
| * | Revert "Merge branch ↵Clement Ho2018-04-121-1/+0
| |/ | | | | | | | | '44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master'" This reverts merge request !18120
* | Remove deprecated mixinsClement Ho2018-04-091-3/+3
| |
* | Ran migration scriptClement Ho2018-04-091-11/+11
|/
* Refactor and tweak margin for note forms on IssuableTakuya Noguchi2018-04-041-0/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Fix 500 when visiting a commit where blobs do not exist (nil blobs)41491-fix-nil-blob-name-errorEric Eastwood2018-01-091-1/+7
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41491
* Fix changes dropdown ellipsis working across browserschanges-dropdown-ellipsisPhil Hughes2018-01-091-3/+1
| | | | Closes #41561
* Merge branch 'winh-cleanup-dropdowns' into 'master'Annabel Dunstone Gray2017-12-121-2/+0
|\ | | | | | | | | | | | | Clean up new dropdown styles Closes #39142 and #39446 See merge request gitlab-org/gitlab-ce!13676
| * Remove new-style-dropdown mixinWinnie Hellmann2017-12-081-2/+0
| |
* | Fix comment on image discussion icon alignment39608-comment-on-image-discussions-tab-alignmentEric Eastwood2017-12-081-7/+12
|/ | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39608 Use SVG icons to avoid having to position things See https://gitlab.com/gitlab-org/gitlab-ce/issues/39608#note_50088917
* changed text color of pathPhil Hughes2017-11-171-0/+1
|
* updated dropdown widthPhil Hughes2017-11-171-1/+1
|
* Improved the design of the changed files dropdownPhil Hughes2017-11-171-4/+28
| | | | Closes #36687
* Enable BorderZero rule in scss-lintTakuya Noguchi2017-11-061-6/+6
|
* Enable MergeableSelector in scss-lintTakuya Noguchi2017-11-031-4/+4
|
* Use image-url instead of url so that asset pipeline can do it's thingfix-cursor-pathClement Ho2017-10-101-2/+2
|
* Commenting on image diffsFelipe Artur2017-10-071-3/+165
|
* Only copy old/new code when selecting left/right side of parallel diffdm-copy-parallel-diffDouwe Maan2017-10-021-0/+12
|
* 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
|/