BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
1e81c4be
Commit
1e81c4be
authored
Jul 07, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '34612-double-border-groups' into 'master'
Remove double border on last group row Closes #34612 See merge request !12666
parents
7e927cd3
576dc8a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lists.scss
app/assets/stylesheets/framework/lists.scss
+6
-0
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
1e81c4be
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment