Hide sidebar-pane-separator handle

Bug #934683 reported by Victor Martinez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
elementary Stylesheet
Fix Released
Undecided
Unassigned

Bug Description

The handle is still visible on the sidebar's pane separator (screenshot attached).

Related branches

Revision history for this message
Victor Martinez (victored) wrote :
Revision history for this message
Victor Martinez (victored) wrote :

I'd suggest using the following code:

.sidebar-pane-separator,
.sidebar-pane-separator:prelight,
.sidebar-pane-separator:selected,
VarkaWidgetsHCollapsiblePaned,
VarkaWidgetsHCollapsiblePaned.pane-separator,
VarkaWidgetsHCollapsiblePaned.pane-separator:prelight,
VarkaWidgetsHCollapsiblePaned.pane-separator:selected {
    border-width: 0;
    -GtkPaned-handle-size: 1;
    background-image: none;
    background-color: shade (@bg_color, 0.75);

    /* Hide handle */

    color: shade (@bg_color, 0.75);
    border-color: shade (@bg_color, 0.75);

    -unico-border-gradient: none;
    -unico-inner-stroke-color: shade (@bg_color, 0.75);
    -unico-inner-stroke-gradient: none;
    -unico-inner-stroke-width: 1;
}

Changed in egtk:
status: New → Fix Committed
Changed in egtk:
milestone: none → 3.0
Changed in egtk:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.