Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-10-06FixesAnnabel Dunstone Gray
2017-09-28Updated All Navigation Icons to Sprite_IconsTim Zallmann
2017-09-25Fix UI bugsAnnabel Dunstone Gray
2017-09-25Remove all old sub nav barsAnnabel Dunstone Gray
2017-09-25Combine all search releated CSSAnnabel Dunstone Gray
2017-09-06Fix spacing between nav and dropdown to be consistent with other dropdownskushalpandya
2017-09-06Make search dropdowns consistentWinnie Hellmann
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-04-21Adding animation for all dropdownNur Rony
2017-03-03Refactor projects filtering by nameDmitriy Zaporozhets
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-23Remove hover styling for generic textareaAnnabel Dunstone Gray
2017-01-03fix rake scss linting errorsdimitrieh
2017-01-03added additional hover animations, fixed up avatarsdimitrieh
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-13Combining more graysAnnabel Dunstone Gray
2016-11-16Merge branch '23117-search-for-a-filename-in-a-project' into 'master' Sean McGivern
Search for a filename in a project Closes #23117 See merge request !7426
2016-11-16Search for a filename in a projectValery Sizov
2016-11-15Merge branch 'darken-badge-hover' into 'master' Annabel Dunstone Gray
Darken todo badge on hover ## What does this MR do? Darkens todo badge on hover ## Screenshots (if relevant) ![Screen_Shot_2016-11-14_at_10.37.54_AM](/uploads/7636834062fcce3517b0708304ad57c4/Screen_Shot_2016-11-14_at_10.37.54_AM.png) ![Screen_Shot_2016-11-14_at_10.37.42_AM](/uploads/d79be1285b926f28f71c103c4ab54d5a/Screen_Shot_2016-11-14_at_10.37.42_AM.png) ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !7462
2016-11-14Darken todo badge on hovertauriedavis
2016-11-14Merge branch 'fix-search-input-padding' into 'master' Annabel Dunstone Gray
Give search-input correct padding-right value ## What does this MR do? This fixes how `padding-right: 20px` was being applied to the style rule of `.search-input`, preventing text in that form from clipping through `.search-icon` ## Are there points in the code the reviewer needs to double check? If there are any cases where `.search .search-input` is used in a search form where there is no right-side icon (I could not find such occurrence myself). ## Why was this MR needed? Some text in long search queries were being hidden by the close icon being used in the search form. This makes it a bit more presentable. ;) ## Screenshots (if relevant) __Before__ ![before](/uploads/2757a6264a1d2053af7212f72df7c3f9/before.png) __After__ ![after](/uploads/322fbfa08594f0f33d10a3226c82326d/after.png) See merge request !7407
2016-11-14Use shorthand property for padding fixPhilip Karpiak
2016-11-12Remove hover state on location badge.Devesh Khandelwal
2016-11-11Darken more icons on hover and highlight search form also.Devesh Khandelwal
2016-11-10Give search-input correct padding-right valuePhilip Karpiak
Because 'padding: 0' was being applied to this rule after 'padding-right: 20px' was declared, the former overruled the latter, causing search-input text to clip through the close button on the right of the search form
2016-11-0824146 Add focus state to buttons and dropdownstauriedavis
2016-10-26Enable PseudoElement in scss-lintClement Ho
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho
2016-09-27Merge branch 'cs-inline-js-search' into 'master' Fatih Acet
Remove inline JavaScript for Search autocomplete ## What does this MR do? Remove inline JavaScript from the search partial for Search autocomplete. ## Are there points in the code the reviewer needs to double check? That this doesn't break anything (it didn't when I tested it!) ## Why was this MR needed? Inline scripts are bad, this removes a few of them. ## What are the relevant issue numbers? #18231 and #19866 ## Does this MR meet the acceptance criteria? - Tests - [ ] All builds are passing - [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 you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5284
2016-08-31Remove prefixes from transition CSS propertyClement Ho
2016-08-26Fix dropdown vertical positionAlfredo Sumaran
2016-07-14Fix New Group button spacing on mobileAlfredo Sumaran
2016-07-07Layout for Users Groups and Projects on admin areaAlfredo Sumaran
2016-06-03Merge branch 'remove-unnecessary-prefixes' into 'master' Jacob Schatz
Remove unnecessary vendor prefixes for browsers we no longer support. Pretty simple, just removes a few prefixed properties for browsers we don't support. See merge request !4368
2016-05-31Remove unnecessary vendor prefixes for browsers we no longer support.Connor Shea
2016-05-24Clicking search pill focuses fieldPhil Hughes
When clicking the pill in the search field, it now focus the field. Previously you would have to make sure you click in the field. Fixed an issue where clicking out of the field wouldn't remove the focus outline Also reduced some of the HTML to remove what isn't needed
2016-04-26Merge branch 'master' into 'master' Jacob Schatz
Fixed width of .search-location-badge as it was causing issues in Safari. Fixed width of .search-location-badge as it was causing issues in Safari. Fixes issue #15541 and is a minor CSS only change so [ci skip] # Before Safari: ![Screen_Shot_2016-04-24_at_22.35.38](/uploads/74388670fde3af94429d83b954833bd3/Screen_Shot_2016-04-24_at_22.35.38.png) # After Safari: ![Screen_Shot_2016-04-24_at_21.59.49](/uploads/177d0d8fda665165dff5006930604fc6/Screen_Shot_2016-04-24_at_21.59.49.png) Chrome: ![Screen_Shot_2016-04-24_at_21.59.40](/uploads/6764cd5864901210f4f8eff4388fd6db/Screen_Shot_2016-04-24_at_21.59.40.png) # CSS class referenced in the following files: `./app/assets/javascripts/search_autocomplete.js.coffee` `./app/assets/stylesheets/pages/search.scss` …and is visible on the search bar on every page. See merge request !3900
2016-04-26Consistent border radiusPhil Hughes
2016-04-26Fixed testsPhil Hughes
2016-04-26icons on search barPhil Hughes
2016-04-26Mobile updates for search UIPhil Hughes
2016-04-26Started updating search UIPhil Hughes
2016-04-25Fixed width of .search-location-badge as it was causing issues in Safari. #15541Jedidiah Broadbent
2016-04-06Display clear button only if input has a valueAlfredo Sumaran
2016-03-31CSS tweaksAlfredo Sumaran
- Use colors according to design - Fix search input' width
2016-03-28Remove unused CSSAlfredo Sumaran
2016-03-27Fix SCSS Lint errorsAlfredo Sumaran
2016-03-27Always display suggestionsAlfredo Sumaran
2016-03-25Makes autocomplete dropdown look the same as othersAlfredo Sumaran
2016-03-24Make form width the same as dropdown widthAlfredo Sumaran