From feebb349d5d93356dc7eba7a8260c580bc0bdbaa Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sat, 9 Mar 2019 00:20:49 +0100 Subject: [PATCH] Linting error. --- .editorconfig | 2 +- frontend/src/Calendar/Events/CalendarEvent.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2e0adf606..5e19cc2d6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true indent_style = space indent_size = 4 -[*.{js,html,js,hbs,less}] +[*.{js,html,js,hbs,less,css}] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true diff --git a/frontend/src/Calendar/Events/CalendarEvent.css b/frontend/src/Calendar/Events/CalendarEvent.css index 5b1aeaf6b..4ebc8bc12 100644 --- a/frontend/src/Calendar/Events/CalendarEvent.css +++ b/frontend/src/Calendar/Events/CalendarEvent.css @@ -43,7 +43,7 @@ .downloaded { border-left-color: $successColor !important; - + &:global(.colorImpaired) { border-left-color: color($successColor, saturation(+15%)) !important; }