From 0de90accfbaa4dba3aa485c3287c0bcb55426974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 6 Mar 2018 11:18:34 +0100 Subject: [PATCH] fix: restores white resize handle for panels, fixes #11103 --- public/img/resize-handle-white.svg | 11 +++++++++++ public/sass/components/_dashboard_grid.scss | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 public/img/resize-handle-white.svg diff --git a/public/img/resize-handle-white.svg b/public/img/resize-handle-white.svg new file mode 100644 index 00000000000..110ff8edfbb --- /dev/null +++ b/public/img/resize-handle-white.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/public/sass/components/_dashboard_grid.scss b/public/sass/components/_dashboard_grid.scss index dd81a210409..aec08d72258 100644 --- a/public/sass/components/_dashboard_grid.scss +++ b/public/sass/components/_dashboard_grid.scss @@ -44,6 +44,11 @@ border-right: 2px solid $gray-1; border-bottom: 2px solid $gray-1; } + // temp fix since we use old commit of grid component + // this can be removed when we revert to non fork grid component + .react-grid-item > .react-resizable-handle { + background-image: url('../img/resize-handle-white.svg'); + } } .theme-light {