提交 1e81c4be 编写于 作者: P Phil Hughes

Merge branch '34612-double-border-groups' into 'master'

Remove double border on last group row

Closes #34612

See merge request !12666
......@@ -343,6 +343,12 @@ ul.indent-list {
.group-row {
padding: 0;
border: none;
&:last-of-type {
.group-row-contents:not(:hover) {
border-bottom: 1px solid transparent;
}
}
}
.group-row-contents {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册