From 4ff2f179dc787bb91daf8b8969e2a8a14705b893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Zaj=C4=85c?= Date: Mon, 8 Jan 2024 12:45:15 +0100 Subject: [PATCH] #1458 socialIcons CSS FIX, eslint/stylelint ignore improvement --- .eslintignore | 2 ++ .stylelintignore | 4 +++- src/optionsPage/styles/_socialIcons.scss | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index e69de29..f65fef3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -0,0 +1,2 @@ +build/**/* +public/**/* \ No newline at end of file diff --git a/.stylelintignore b/.stylelintignore index 1caf6d8..8952e6d 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1 +1,3 @@ -2FAS - Two factor authentication/**/*.css \ No newline at end of file +2FAS - Two factor authentication/**/*.css +build/**/* +public/**/* \ No newline at end of file diff --git a/src/optionsPage/styles/_socialIcons.scss b/src/optionsPage/styles/_socialIcons.scss index 76afcb1..1f1b946 100644 --- a/src/optionsPage/styles/_socialIcons.scss +++ b/src/optionsPage/styles/_socialIcons.scss @@ -52,7 +52,7 @@ svg { } .social-youtube-play { - fill: $dark; + fill: $dark-color; } } }