[Bugs] #3406 sugar-artwork UNSP: Theme new spinbutton correctly
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Wed May 30 12:42:31 EDT 2012
#3406: Theme new spinbutton correctly
------------------------------------------+---------------------------------
Reporter: erikos | Owner: erikos
Type: defect | Status: assigned
Priority: Unspecified by Maintainer | Milestone: 0.96
Component: sugar-artwork | Version: Git as of bugdate
Severity: Major | Keywords: 12.1.0
Distribution: OLPC | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by manuq):
Currently if you press the buttons, a border appears around them and this
provokes a resize in the toolbar height. It is because of this CSS rule:
{{{
.button:focused {
border-width: $(thickness)px;
border-color: @white;
border-style: solid;
}
}}}
It's fixed adding:
{{{
.spinbutton.button:focused {
border-color: transparent;
border-radius: 0px;
border-style: none;
}
}}}
Now I will try to remove the hardcored number for the radius and attach a
first patch.
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3406#comment:6>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list