Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,552
    • Issues 1,552
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 218
    • Merge requests 218
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Issues
  • #1231
Closed
Open
Issue created Jul 24, 2018 by Adrien Plazas@aplazasDeveloper

Titlebar Separator Transparent when "Too Deep"

When I split header bars with a separator, sometimes the separator is transparent, leading to

This works (screenshot below):

- window title
  - box
    - header bar
    - separator
    - header bar

box

Separator's background-color CSS property: rgb(182,182,179).

But this doesn't (screenshot below):

- window title
  - box
    - box
      - header bar
      - separator
      - header bar

boxbox

Separator's background-color CSS property: rgba(0,0,0,0.1). It's transparent and shows the black background below.

Unfortunately in my UIs I need to go that deep and I need to properly separate the header bars. :/

Edited Aug 09, 2018 by Adrien Plazas
Assignee
Assign to
Time tracking