Merge branch '10518-boards-css' into 'master'

Removes EE differences for boards.scss

Closes gitlab-ee#10518

See merge request gitlab-org/gitlab-ce!26647
This commit is contained in:
Phil Hughes 2019-03-28 09:54:30 +00:00
commit 406d3ee69b
1 changed files with 16 additions and 1 deletions

View File

@ -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;