Skip to content

Commit 59fa86e

Browse files
authored
Merge pull request #3050 from nextcloud/feat/distinguish-inherited-permissions
fix(AclStateButton): Increase contrast for inherited permissions
2 parents 5f0c203 + debe182 commit 59fa86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AclStateButton.vue

+1
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,6 @@ export default {
157157
<style scoped>
158158
.inherited {
159159
opacity: 0.5;
160+
color: var(--color-text-maxcontrast);
160161
}
161162
</style>

0 commit comments

Comments
 (0)