summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-27 09:24:39 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-03-27 13:01:30 +0000
commit417ae8370de7cf1534a1407138a5cd8325fdce8e (patch)
tree8bca6a6190ebf62777c0bb2971e89bf485cc2eff
parent0610bb091766d3bb935fc10898dd66bc6f76b1c5 (diff)
downloadgitlab-ce-417ae8370de7cf1534a1407138a5cd8325fdce8e.tar.gz
Removes EE differences for boards.scss
-rw-r--r--app/assets/stylesheets/pages/boards.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 81216b2b98e..ed0e9db035b 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -19,6 +19,7 @@
.is-ghost {
opacity: 0.3;
+ pointer-events: none;
}
.dropdown-projects {
@@ -50,6 +51,19 @@
.content-wrapper {
padding-bottom: 0;
}
+
+ .issues-details-filters {
+ display: flex;
+ }
+
+ .filter-form {
+ width: 100%;
+ }
+}
+
+.board-extra-actions {
+ font-size: 0;
+ white-space: nowrap;
}
.boards-app {
@@ -236,7 +250,8 @@
}
}
-.board-blank-state {
+.board-blank-state,
+.board-promotion-state {
padding: $gl-padding;
background-color: $white-light;
flex: 1;