Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Kirigami
Kirigami
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Frameworks
  • KirigamiKirigami
  • Merge Requests
  • !158

Merged
Opened Nov 09, 2020 by Nate Graham@ngraham🔩Developer

Refine list separator appearance

  • Overview 29
  • Commits 1
  • Changes 2

The lines are now a little bit lighter in weight and no longer span the full width of the list item; now they have margins equal to largeSpacing, which is used for the items inside the list item itself. This makes the lones no longer so visually objectionable, which makes them suitable for keeping as the default appearance in list views.

Also, the top separator is removed because it is unneeded; only having one separator at the bottom of each list item is visually sufficient, and fixed a preventing you from removing the separators inside a list item when it has a colored rectangle, since the bottom-most line is actually drawn by the item below it.

BEFORE AFTER
Before After

(You may need to open each image in a different tab and rapidly switch between them to notice the difference)

BUG: 428739 FIXED-IN: 5.77

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: frameworks/kirigami!158
Source branch: refine-list-separator-appearance