summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
Commit message (Collapse)AuthorAgeFilesLines
* Add percentage rollout support to feature flag UI (CE)Nathan Friend2019-07-311-0/+1
| | | | | This commit updates the feature flags pages to includes support for the percentage rollout strategy.
* (CE Port) Add MR table component for Productivity AnalyticsMartin Wortschack2019-07-262-0/+17
|
* Merge branch 'rverissimo-master-patch-43755' into 'master'64970-cannot-click-open-a-dropdown-merge-button-in-merge-requestsClement Ho2019-07-242-3/+6
|\ | | | | | | | | | | | | Update tooltip values to meet design specs Closes gitlab-ui#264 See merge request gitlab-org/gitlab-ce!30981
| * Update tooltip values to meet design specsrverissimo-master-patch-43755Rayana Verissimo2019-07-202-3/+6
| |
* | Port common class only used in EEleipert-resolve-ee-diffLukas Eipert2019-07-221-0/+1
|/
* Merge branch 'revert-af42c169' into 'master'Paul Slaughter2019-07-164-81/+70
|\ | | | | | | | | Revert "Merge branch '61145-fix-button-dimensions' into 'master'" See merge request gitlab-org/gitlab-ce!30798
| * Revert "Merge branch '61145-fix-button-dimensions' into 'master'"revert-af42c169Annabel Dunstone Gray2019-07-164-81/+70
| | | | | | This reverts merge request !28545
* | Align merge request icons and textJarek Ostrowski2019-07-161-3/+0
|/ | | | | | | | | | | | | | | | | | | | | | Align icons left Align text left Adjust padding to be consistent Make icons same 24 size Add changelog mr number Add right margin to widget status container Add left margin inside widget icon container Prepend left padding for error message Only give button left margin, some have buttons Prettify Adjust test summary icons Prettify Fix empty line before lint Remove author Switch to use gl-padding Use utility classes instead Prettify Change loading icon size to md Update summary_row.vue
* Fixed style-lint errors for `panels.scss`59875-stylelint-panelsDenys Mishunov2019-07-151-1/+0
| | | | | Removed @extend from SCSS file in favor of directly assigning CSS class in corresponding HTML snippets.
* Display boards filter bar on mobileMartin Hanzel2019-07-151-24/+29
|
* Merge branch 'issue-63298-asciidoc-sanitization' into 'master'Douwe Maan2019-07-122-28/+64
|\ | | | | | | | | | | | | Prevent excessive sanitization of AsciiDoc ouptut Closes #63298 See merge request gitlab-org/gitlab-ce!30290
| * Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie2019-07-122-28/+64
| |
* | Add modal close button styles to match design specMiranda Fluharty2019-07-121-0/+7
| | | | | | | | | | | | Standard font weight and line height, darker color, full opacity Change `button.close` to `.close` Some existing modal buttons are links rather than buttons
* | Merge branch '10364-dismissal-reason-any-comment-CE' into 'master'Fatih Acet2019-07-111-0/+9
|\ \ | | | | | | | | | | | | CE backport for Dismissal Reasons See merge request gitlab-org/gitlab-ce!29422
| * | CE backport for Dismissal Reasons10364-dismissal-reason-any-comment-CEsamdbeckham2019-07-111-0/+9
| | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12067
* | | Merge branch 'mf-modal-style-header-size' into 'master'Annabel Dunstone Gray2019-07-111-5/+5
|\ \ \ | | | | | | | | | | | | | | | | Set modal header/title size to match design spec See merge request gitlab-org/gitlab-ce!30420
| * | | Set modal header/title size to match design specmf-modal-style-header-sizemfluharty2019-07-051-5/+5
| | |/ | |/| | | | | | | | | | | | | | | | Set line height of title to 24px as given in spec Given 16px padding, total header height is now 56px as given in spec Use variables for padding/margin for close button (bootstrap now >4.2)
* | | Apply modal border-radius only to direct childrenmfluharty-modal-style-border-radius-correctionmfluharty2019-07-111-2/+2
| |/ |/|
* | Bring buttons style up to design specScott Hampton2019-07-114-70/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch '64314-ci-icon' into 'master'Kushal Pandya2019-07-111-1/+0
|\ \ | | | | | | | | | | | | | | | | | | Align CI icon in merge request dashboard Closes #64314 See merge request gitlab-org/gitlab-ce!30558
| * | Align items in merge request dashboard64314-ci-iconFilipa Lacerda2019-07-101-1/+0
| | | | | | | | | | | | | | | Vertically aligns ci icon, avatar, and comments icons in the merge request dashboard by using flex
* | | Merge branch 'mf-modal-style-border-radius' into 'master'Annabel Dunstone Gray2019-07-102-0/+15
|\ \ \ | | | | | | | | | | | | | | | | Adjust modal border radius to match design spec See merge request gitlab-org/gitlab-ce!30414
| * | | Define modal first and last child border-radiusmf-modal-style-border-radiusmfluharty2019-07-092-1/+12
| | | | | | | | | | | | | | | | Use $modal-border-radius for all modal border radius definitions
| * | | Adjust modal border radius to match design specmfluharty2019-07-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Set modal border radius to 0.25rem With 16px default font size, should match the 4px from the design spec Before this, it was the bootstrap default (0.3rem = 4.8px)
* | | | Merge branch 'fixed-dropdown-hover-styles' into 'master'Annabel Dunstone Gray2019-07-101-2/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Fixed dropdown hover styles Closes #64330 and #64340 See merge request gitlab-org/gitlab-ce!30534
| * | | Fixed dropdown hover stylesPhil Hughes2019-07-091-2/+3
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340
* | | | Reduce margin between modal footer buttonsMiranda Fluharty2019-07-101-0/+4
| | | | | | | | | | | | | | | | | | | | Set margin to 0 except left margin on any button after another button Now matches the 8px from the design spec
* | | | Fix toast spacing issuesJacques Erasmus2019-07-091-1/+0
|/ / / | | | | | | | | | Fixed the toast spacing issues
* | | Merge branch 'dropdown-styling-fixes' into 'master'Mike Greiling2019-07-091-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Fix dropdown styling issues Closes #64250 See merge request gitlab-org/gitlab-ce!30477
| * | Fix dropdown styling issuesPhil Hughes2019-07-091-2/+2
| | |
* | | Merge branch 'mf-modal-style-content-size' into 'master'Kushal Pandya2019-07-092-2/+3
|\ \ \ | |/ / |/| | | | | | | | Adjust modal body styles to match design spec See merge request gitlab-org/gitlab-ce!30425
| * | Adjust modal body styles to match design specmf-modal-style-content-sizemfluharty2019-07-052-2/+3
| |/ | | | | | | | | Set min-height to 80px via $modal-body-height Set padding to 16px overall and 48px on right via $grid-size
* | Merge branch 'mf-modal-style-pin-position' into 'master'Phil Hughes2019-07-091-2/+2
|\ \ | | | | | | | | | | | | Pin modals at 64px from the top of the viewport See merge request gitlab-org/gitlab-ce!30412
| * | Pin modals at 64px from the top of the viewportmf-modal-style-pin-positionmfluharty2019-07-051-2/+2
| |/ | | | | | | Was 30px
* | Create private merge requests in forksPhil Hughes2019-07-051-2/+2
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* Fix styling for `app/assets/stylesheets/framework/notes.scss`George Tsiolis2019-06-271-10/+0
|
* Improve group list UIDennis Tang2019-06-242-2/+1
| | | | | | | | | | | This updates the groups list UI to match the style of the project list: - New layout - Improve loading state when loading group children - Larger, responsive text - Icon and text colors changed to secondary - Smaller button sizes - Content list description colors were standardized to body text
* Fix double border in profile pageYoginth2019-06-191-1/+0
|
* Remove unnecessary margin in markdown nested listsKuba Kopeć2019-06-191-0/+5
|
* Merge branch '63231-wiki-nav' into 'master'Phil Hughes2019-06-181-0/+1
|\ | | | | | | | | | | | | Fix header alignment on wiki and kubernetes pages Closes #63231 See merge request gitlab-org/gitlab-ce!29698
| * Fix header alignment on wiki and kubernetes pages63231-wiki-navAnnabel Dunstone Gray2019-06-141-0/+1
| |
* | Merge branch 'gitlab-ui-259-style-checkboxes' into 'master'Kushal Pandya2019-06-171-3/+13
|\ \ | |/ |/| | | | | Make changes suggested by Pedro for UX See merge request gitlab-org/gitlab-ce!29324
| * Apply improved styling based on UX feedbackgitlab-ui-259-style-checkboxesSam Bigelow2019-06-121-3/+13
| | | | | | | | | | | | - Only apply extra margins and borders between checkbox components - Change cursor to `not-allowed` when checkbox is disabled - Adjust handling of inline checkbox styling vs block
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2019-06-151-2/+0
|\ \ | | | | | | | | | 62966-embed-zoom-call-in-issue-mvc
| * | Added diff suggestion popoverPhil Hughes2019-06-141-2/+0
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
* | | Add Join meeting button to Issues with Zoom links62966-embed-zoom-call-in-issue-mvcSimon Knox2019-06-141-0/+1
|/ / | | | | | | | | Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
* | Merge branch 'fix-sticky-tabs-position' into 'master'Phil Hughes2019-06-141-1/+1
|\ \ | | | | | | | | | | | | Update height of $mr-tabs-height See merge request gitlab-org/gitlab-ce!29619
| * | Update height of -tabs-heightfix-sticky-tabs-positionAnnabel Dunstone Gray2019-06-131-1/+1
| |/
* | Merge branch ↵Annabel Dunstone Gray2019-06-121-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '63010-visual-regression-in-12-0-line-numbers-not-lining-up-in-file-view' into 'master' Resolve "Visual regression in 12.0: line numbers not lining up in file view" Closes #63010 See merge request gitlab-org/gitlab-ce!29403
| * | Align line numbers for non-default font size63010-visual-regression-in-12-0-line-numbers-not-lining-up-in-file-viewSimon Knox2019-06-101-3/+3
| | |