Commit 1e81c4be authored by Phil Hughes's avatar Phil Hughes

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

Remove double border on last group row

Closes #34612

See merge request !12666
parents 7e927cd3 576dc8a0
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment