# HG changeset patch # User Fadi Abbud # Date 1566896192 -7200 # Node ID edfafea4b7b09975c9f50ce369eece5d3876eb4c # Parent f9c620cf0dd3b818977e0ca8a1041b02f79453bf styles-config: hide alpha color picker for some layers * hide alpha color picker in the color box when it is not provided for the layer. diff -r f9c620cf0dd3 -r edfafea4b7b0 client/src/components/systemconfiguration/ColorSettings.vue --- a/client/src/components/systemconfiguration/ColorSettings.vue Tue Aug 27 09:09:17 2019 +0200 +++ b/client/src/components/systemconfiguration/ColorSettings.vue Tue Aug 27 10:56:32 2019 +0200 @@ -10,7 +10,10 @@ >
- +
@@ -21,7 +24,10 @@ >
- +
@@ -68,6 +74,11 @@ .vc-chrome-saturation-wrap border-radius: 0 padding-bottom: 45% + &.hide + .vc-chrome-alpha-wrap + display: none !important + .vc-chrome-hue-wrap + margin-top: 10px