fix(list): Additional focused CSS changes

This commit is contained in:
Ben Gotow 2015-10-23 14:55:07 -07:00
parent e641d78d27
commit cb50b3700b

View file

@ -372,6 +372,12 @@ body.platform-win32 {
.action {
-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;
}
}
}
body.is-blurred {