From 86bc0bcae7a048452a5a7cda98736155b5befe68 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 8 Nov 2019 11:54:07 -0500 Subject: [PATCH] lint compliance --- customize.dist/src/less2/include/colortheme.less | 2 +- customize.dist/src/less2/include/limit-bar.less | 3 +-- customize.dist/src/less2/include/tippy.less | 2 +- www/common/outer/team.js | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 19e8cfe68..44719c2d6 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -168,7 +168,7 @@ @cryptpad_color_blue: #4591C4; @cryptpad_color_grey: #999999; -@cryptpad_color_light_grey: #e0e0e0; +@cryptpad_color_light_grey: #e0e0e0; @cryptpad_header_col: #1E1F1F; @cryptpad_text_col: #3F4141; @cryptpad_color_light_blue: #00b7d8; diff --git a/customize.dist/src/less2/include/limit-bar.less b/customize.dist/src/less2/include/limit-bar.less index ff70a50a2..cb6bfdd42 100644 --- a/customize.dist/src/less2/include/limit-bar.less +++ b/customize.dist/src/less2/include/limit-bar.less @@ -48,9 +48,8 @@ color: @cryptpad_text_col; margin-left: 5px; z-index: 2; // .usageText - font-size: @colortheme_app-font-size-small; + font-size: @colortheme_app-font-size-small; } - .cp-limit-buttons { display: flex; flex-wrap: wrap; diff --git a/customize.dist/src/less2/include/tippy.less b/customize.dist/src/less2/include/tippy.less index 48af41fda..cabde79b9 100644 --- a/customize.dist/src/less2/include/tippy.less +++ b/customize.dist/src/less2/include/tippy.less @@ -17,7 +17,7 @@ } } .tippy-popper { - @arrow-color:@cryptpad_color_light_grey; + @arrow-color: @cryptpad_color_light_grey; &[x-placement^='top'] .tippy-arrow { border-top-color: @arrow-color; } diff --git a/www/common/outer/team.js b/www/common/outer/team.js index 9d3e344a3..151dff6c9 100644 --- a/www/common/outer/team.js +++ b/www/common/outer/team.js @@ -104,7 +104,7 @@ define([ proxy.on('disconnect', function () { team.offline = true; }); - proxy.on('reconnect', function (info) { + proxy.on('reconnect', function (/* info */) { team.offline = false; }); };