From a056753edcc967752030de1e73a45598e474d3d1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 30 Aug 2016 19:29:52 +0300 Subject: [PATCH] feature(package) stylelint-config-standard v13.0.0 --- css/query.css | 3 --- css/style.css | 2 -- css/view.css | 1 - package.json | 2 +- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/css/query.css b/css/query.css index 14922bb2..5384d9b6 100644 --- a/css/query.css +++ b/css/query.css @@ -97,7 +97,6 @@ /* текущий файл под курсором */ .current-file { - background-color: rgb(49, 123, 249); background-color: rgba(49, 123, 249, .40); color: white; } @@ -111,7 +110,6 @@ /* меняем иконки на шрифтовые */ .mini-icon { - color : rgb(246, 224, 124); color : rgba(246, 224, 124, 0.56); font : 16px 'Fontello'; background-image: none; @@ -132,7 +130,6 @@ } .text-file::before { - color: rgb(26, 224, 124); color: rgba(26, 224, 124, 0.56); content: '\e80d'; } diff --git a/css/style.css b/css/style.css index 40b6b5bb..ad5b072a 100644 --- a/css/style.css +++ b/css/style.css @@ -41,7 +41,6 @@ body, pre, code { .panel, .cmd-button { border: 1.5px solid; - border-color: rgb(49, 123, 249); border-color: rgba(49, 123, 249, 0.4); } @@ -176,7 +175,6 @@ body, pre, code { } .selected-panel { - border-color: rgb(254, 159, 224); border-color: rgba(254, 159, 224, .40); } diff --git a/css/view.css b/css/view.css index 4edf7a7d..0bd628e9 100644 --- a/css/view.css +++ b/css/view.css @@ -14,7 +14,6 @@ .view-overlay { display : block; - background : rgb(255, 255, 255); background : rgba(255, 255, 255, 0.1); } diff --git a/package.json b/package.json index 630fa57d..b688d77c 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "redrun": "^5.0.0", "shortdate": "^1.0.1", "stylelint": "^7.0.2", - "stylelint-config-standard": "^12.0.0", + "stylelint-config-standard": "^13.0.0", "tape": "^4.4.0", "version-io": "^1.2.5", "yaspeller": "^2.6.0"