Merge pull request #6261 from nextcloud/fix-favorites-permanent

Fix permanent display of favorite icon
This commit is contained in:
Roeland Jago Douma 2017-08-25 15:57:07 +02:00 committed by GitHub
commit f456462dfd
1 changed files with 6 additions and 0 deletions

View File

@ -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 */