Skip to content

Commit

Permalink
Merge pull request #3050 from nextcloud/feat/distinguish-inherited-pe…
Browse files Browse the repository at this point in the history
…rmissions

fix(AclStateButton): Increase contrast for inherited permissions
  • Loading branch information
Fenn-CS authored Jul 22, 2024
2 parents 5f0c203 + debe182 commit 59fa86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AclStateButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,6 @@ export default {
<style scoped>
.inherited {
opacity: 0.5;
color: var(--color-text-maxcontrast);
}
</style>

0 comments on commit 59fa86e

Please sign in to comment.