Fix permanent display of favorite icon

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/6261/head
Jan-Christoph Borchardt 8 years ago
parent 7b8bd8188e
commit ee69a29f2f
  1. 6
      apps/files/css/files.scss

@ -617,6 +617,12 @@ a.action > img {
opacity: .7;
}
#fileList .action.action-favorite.permanent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
#fileList .fileActionsMenu a.action:hover,
#fileList .fileActionsMenu a.action:focus,
/* show share action of shared items darker to distinguish from non-shared */

Loading…
Cancel
Save