summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyActions.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyActions.vue')
-rw-r--r--src/components/Properties/PropertyActions.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/Properties/PropertyActions.vue b/src/components/Properties/PropertyActions.vue
index 6a3ce25d..2d05b355 100644
--- a/src/components/Properties/PropertyActions.vue
+++ b/src/components/Properties/PropertyActions.vue
@@ -70,3 +70,13 @@ export default {
},
}
</script>
+<style lang="scss" scoped>
+.material-design-icon {
+ opacity: 0.8;
+
+ &:hover,
+ &:focus {
+ opacity: 1 !important;
+ }
+}
+</style>