diff --git a/dev/Styles/SettingsFolders.less b/dev/Styles/SettingsFolders.less index 9b65e918a..c5a7cf0ed 100644 --- a/dev/Styles/SettingsFolders.less +++ b/dev/Styles/SettingsFolders.less @@ -100,7 +100,7 @@ } .uncheck-folder { - opacity: 0.1; + opacity: 0.2; } } diff --git a/gulpfile.js b/gulpfile.js index 24668558f..56c84cf36 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -273,7 +273,7 @@ gulp.task('asserts:clean', function() { return cleanDir(cfg.paths.static); }); -gulp.task('asserts', ['asserts:clean'], function() { +gulp.task('asserts', function() { return gulp.src(cfg.paths.asserts.src) .pipe(gulp.dest(cfg.paths.static)); });