Skip to content
代码片段 群组 项目
提交 406d3ee6 编辑于 作者: Phil Hughes's avatar Phil Hughes
浏览文件

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
No related branches found
No related tags found
无相关合并请求
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
.is-ghost { .is-ghost {
opacity: 0.3; opacity: 0.3;
pointer-events: none;
} }
.dropdown-projects { .dropdown-projects {
...@@ -50,6 +51,19 @@ ...@@ -50,6 +51,19 @@
.content-wrapper { .content-wrapper {
padding-bottom: 0; padding-bottom: 0;
} }
.issues-details-filters {
display: flex;
}
.filter-form {
width: 100%;
}
}
.board-extra-actions {
font-size: 0;
white-space: nowrap;
} }
.boards-app { .boards-app {
...@@ -236,7 +250,8 @@ ...@@ -236,7 +250,8 @@
} }
} }
.board-blank-state { .board-blank-state,
.board-promotion-state {
padding: $gl-padding; padding: $gl-padding;
background-color: $white-light; background-color: $white-light;
flex: 1; flex: 1;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册