From 86d4aec84abf3de583549d6ca999feca88cfcbc3 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 16 Apr 2019 15:41:25 +0100 Subject: [PATCH] Fix stylelint rules in boards.scss Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59895 --- .../boards/components/board_blank_state.vue | 10 +- .../boards/components/board_card.vue | 2 +- .../boards/components/board_list.vue | 7 +- .../boards/components/board_new_issue.vue | 2 +- .../boards/components/issue_card_inner.vue | 8 +- .../boards/components/issue_due_date.vue | 6 +- .../boards/components/issue_time_estimate.vue | 2 +- .../boards/components/modal/empty_state.vue | 4 +- .../boards/components/modal/header.vue | 6 +- .../boards/components/modal/index.vue | 13 +- .../boards/components/modal/list.vue | 4 +- app/assets/stylesheets/pages/boards.scss | 200 +----------------- app/views/shared/boards/_show.html.haml | 10 +- .../shared/boards/components/_board.html.haml | 13 +- .../boards/components/_sidebar.html.haml | 6 +- .../issuable/_label_page_default.html.haml | 2 +- .../shared/issuable/_search_bar.html.haml | 6 +- 17 files changed, 60 insertions(+), 241 deletions(-) diff --git a/app/assets/javascripts/boards/components/board_blank_state.vue b/app/assets/javascripts/boards/components/board_blank_state.vue index 667eea17d44..47a46502bff 100644 --- a/app/assets/javascripts/boards/components/board_blank_state.vue +++ b/app/assets/javascripts/boards/components/board_blank_state.vue @@ -60,11 +60,15 @@ export default {