Top border of source list number badge distorted

Bug #1275519 reported by Danielle Foré
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
elementary Stylesheet
Fix Released
Low
Danielle Foré

Bug Description

Corentin says this happens when it is selected but not hovered.

Revision history for this message
Danielle Foré (danrabbit) wrote :
Revision history for this message
Victor Martinez (victored) wrote :

This bug is caused by line 2125 in gtk-widgets.css:

[...]
.source-list.view:selected:focus,
[...]

http://bazaar.launchpad.net/~elementary-design/egtk/4.x/view/head:/gtk-3.0/gtk-widgets.css#L2125

A quick solution would be overriding the border. Adding this code should fix the problem:

.source-list.view.badge:selected:focus {
    border-width: 0;
}

To make the badge look completely flat:

.source-list.view.badge:selected:focus {
    border-width: 0;
    box-shadow: none;
}

Changed in egtk:
status: Confirmed → Fix Committed
milestone: none → isis-beta1
assignee: nobody → Daniel Fore (danrabbit)
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.