gnome-shell:wip/sassWithSomeFixes

Last commit made on 2014-11-11
Get this branch:
git clone -b wip/sassWithSomeFixes https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/sassWithSomeFixes
Repository:
lp:gnome-shell

Recent commits

80d7549... by Carlos Soriano Sánchez

panelMenu: Don't fade appMenuButton icon and put it on the side

Design request, don't fade the icon of the appMenuButton and put it on
the side instead of overlaping with the text.

26fd0b7... by jimmac

theme: kill osd_bg_color

- not enough to keep it distinct from bg_color

d476da8... by jimmac

theme: menu separators, message tray icons

- menu separators not vertcally centered unfortunately
- MT items not horizontally centered unfortunately

b2970f5... by Carlos Soriano Sánchez

theme: Remove looking glass border-image

Now that we no longer use images for the selected highligth

77e3e61... by Carlos Soriano Sánchez

theme: some code style fixes

aceb9fe... by Carlos Soriano Sánchez

theme: Use box shadow for active panel menu border

1842466... by Carlos Soriano Sánchez

theme: Match list row hover transition type of gtk

Currently we animate in both sides, hover on and hover off, and with
200ms. The downside of that it that it feels sluggish when passing with
the mouse hovering few items because the on transition is slow.

Match what gtk did for fix this for list rows hover state at
commit 52e91f1f74ecb943d, animating only on off hover. However,
gnome-shell doesn't support different kind of transitions for its css,
that will be lovely to have a easeOutQuad as well here.

a92cf65... by Carlos Soriano Sánchez

Why do we need this to have focus on folders?

ff700d3... by jimmac

theme: use regular borders for top bar buttons

- no need to abuse image assets.
- big thanks to carlos for making it possible.

3b86d23... by Carlos Soriano Sánchez

panelMenu: Use a normal St.Bin to allow styling

Currently we don't add some style to ButtonBox like padding etc, we add
it programatically taking into account minimum padding and natural
padding. The thing is that with natural padding it works as expected
even for low resolutions.

As a design request, we need to style from css, and since the current
ButtonBox class doesn't add any worth functionality, change that and use
a simple St.Bin that allow normal styling.