summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyTitleIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyTitleIcon.vue')
-rw-r--r--src/components/Properties/PropertyTitleIcon.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/Properties/PropertyTitleIcon.vue b/src/components/Properties/PropertyTitleIcon.vue
index e33f7e13..46794308 100644
--- a/src/components/Properties/PropertyTitleIcon.vue
+++ b/src/components/Properties/PropertyTitleIcon.vue
@@ -110,3 +110,8 @@ export default {
},
}
</script>
+<style lang="scss" scoped>
+.material-design-icon {
+ opacity: 0.8;
+}
+</style>