Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gtk
gtk
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,133
    • Issues 1,133
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 147
    • Merge Requests 147
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Issues
  • #1400

Closed
Open
Created Oct 09, 2018 by nvlgit@nvlgit

In Adwaita there is no linked style for GtkFrame.

<object class="GtkBox">
  <child><object class="GtkButton"></object></child>
  <child><object class="GtkFrame">
    <property name="shadow_type">in</property>
  </object></child>
  <child><object class="GtkButton"></object></child>
  <style>
    <class name="linked"/>
  </style>
</object>

1

and with css rule

.custom-frame border {
    border-right-width: 0px;
}

2

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None