fix(thread-list): Better hover state for quick actions

This commit is contained in:
Ben Gotow 2015-10-23 12:47:24 -07:00
parent 4390edcc64
commit 1ad6c563a4
5 changed files with 6 additions and 14 deletions

View file

@ -216,9 +216,7 @@
// quick actions // quick actions
@reply-img: "../static/images/thread-list-quick-actions/ic-quick-button-reply@2x.png";
@archive-img: "../static/images/thread-list-quick-actions/ic-quick-button-archive@2x.png"; @archive-img: "../static/images/thread-list-quick-actions/ic-quick-button-archive@2x.png";
@forward-img: "../static/images/thread-list-quick-actions/ic-quick-button-forward@2x.png";
@trash-img: "../static/images/thread-list-quick-actions/ic-quick-button-trash@2x.png"; @trash-img: "../static/images/thread-list-quick-actions/ic-quick-button-trash@2x.png";
.thread-list .list-item .list-column-HoverActions { .thread-list .list-item .list-column-HoverActions {
@ -234,12 +232,6 @@
.action:last-child { .action:last-child {
margin-right:40px; margin-right:40px;
} }
.action.action-reply {
background: url(@reply-img) top left no-repeat, @background-gradient;
}
.action.action-forward {
background: url(@forward-img) top left no-repeat, @background-gradient;
}
.action.action-archive { .action.action-archive {
background: url(@archive-img) center no-repeat, @background-gradient; background: url(@archive-img) center no-repeat, @background-gradient;
} }
@ -256,12 +248,6 @@ body.platform-win32 {
margin-right: 30px; margin-right: 30px;
} }
} }
.action.action-reply {
background: url(@reply-img) top left no-repeat;
}
.action.action-forward {
background: url(@forward-img) top left no-repeat;
}
.action.action-archive { .action.action-archive {
background: url(@archive-img) center no-repeat; background: url(@archive-img) center no-repeat;
} }
@ -298,6 +284,12 @@ body.platform-win32 {
.action { .action {
-webkit-filter: invert(100%) brightness(300%); -webkit-filter: invert(100%) brightness(300%);
} }
.action.action-archive {
background: url(@archive-img) center no-repeat;
}
.action.action-trash {
background: url(@trash-img) center no-repeat;
}
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 246 KiB