Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
b0cfd2a9
Commit
b0cfd2a9
authored
May 02, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct border color between table rows
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
e31b471e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/framework/tables.scss
app/assets/stylesheets/framework/tables.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
No files found.
app/assets/stylesheets/framework/tables.scss
View file @
b0cfd2a9
...
@@ -37,8 +37,8 @@ table {
...
@@ -37,8 +37,8 @@ table {
}
}
td
{
td
{
border-bottom
:
1px
solid
;
border-color
:
$table-border-color
;
border-color
:
$table-border-color
;
border-bottom
:
1px
solid
$border-color
;
}
}
}
}
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
b0cfd2a9
...
@@ -12,7 +12,7 @@ $gutter_inner_width: 258px;
...
@@ -12,7 +12,7 @@ $gutter_inner_width: 258px;
*/
*/
$border-color
:
#e5e5e5
;
$border-color
:
#e5e5e5
;
$focus-border-color
:
#3aabf0
;
$focus-border-color
:
#3aabf0
;
$table-border-color
:
#e
ef0f2
;
$table-border-color
:
#e
cecec
;
$background-color
:
#fafafa
;
$background-color
:
#fafafa
;
/*
/*
...
...
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