summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-16/+8
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-13/+0
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+0
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-8/+37
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-8/+5
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-38/+11
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-24/+21
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-11/+2
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-24/+25
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+16
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-19/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-13/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-10/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-281-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-3/+36
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-14/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Improve UX multi assigness in MRSamantha Ming2019-08-201-14/+14
| | | | | | | | | Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
* Backport: Fixed sidebar assignees scrolling bug10197-multiple-assignees-avatars-scrolling-bugDonald Cook2019-08-171-0/+1
|
* hoverable area on collapsed sidebar iconsMichel Engelen2019-07-231-4/+16
|
* Revert "Merge branch '61145-fix-button-dimensions' into 'master'"revert-af42c169Annabel Dunstone Gray2019-07-161-0/+4
| | | This reverts merge request !28545
* Bring buttons style up to design specScott Hampton2019-07-111-4/+0
| | | | | | | | | | | | | | | | This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
* Use darker gray color for system note metadata and edited text62938-wcag-aa-edited-text-colorAnnabel Dunstone Gray2019-06-251-3/+3
|
* Use grid and correct border radius for status badgeAnnabel Dunstone Gray2019-06-101-2/+1
|
* Merge request tabs fixesAnnabel Dunstone Gray2019-06-061-1/+9
| | | | | | - Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
* Update participants paddingJacques Erasmus2019-05-311-4/+2
| | | | Updated the padding to our standard size
* Add auto direction to support rtl languagesAhmad Haghighi2019-04-251-0/+1
|
* Hide overflow in scoped labelsRajat Jain2019-04-161-0/+4
| | | | | | Scoped labels overflew in all the places because of lack of restriction on `max-width`. This commit introduces the same limits on width we have inplace for regular labels
* Include fixed-width mixin instead of extending the classremove-extend-fixed-widthAnnabel Dunstone Gray2019-04-111-8/+3
|
* [frontend] backport of scoped labelsRajat Jain2019-04-041-0/+10
| | | | Scoped labels in EE require additional changes in CE code.
* Merge branch '6658-issuable-css' into 'master'Phil Hughes2019-03-271-1/+7
|\ | | | | | | | | Removes EE differences for issuable.scss See merge request gitlab-org/gitlab-ce!26588
| * Removes EE differences for issuable.scssFilipa Lacerda2019-03-261-1/+7
| |
* | Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-261-8/+0
|/ | | | | | | | | | | Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
* Fix commit page info well from overflowing container in side-by-side modeGokhan Apaydin2019-03-041-0/+1
|
* Added Stylelint SetupTim Zallmann2019-02-251-8/+4
| | | | | | | | | | | | | | | | | | | | | | Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
* Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`George Tsiolis2019-01-141-1/+1
|
* Add word-break to issue title to fix edit button disspearingRubén Moya2018-12-261-0/+4
|
* Suggests issues when typing titlePhil Hughes2018-11-271-0/+34
| | | | | | | | | | | | | | | This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
* Show toggle tree button on merge request commitsPhil Hughes2018-11-221-1/+0
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019
* Align issue status label and confidential iconGeorge Tsiolis2018-11-201-6/+2
|
* Replace weight iconGeorge Tsiolis2018-11-161-0/+4
|
* remove .mr-version-controls from .fixed-with-containerOren Aksakal2018-11-121-6/+0
|
* Improve MR file tree on small screensAndré Luís2018-10-111-3/+1
|