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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
28ae6284
Commit
28ae6284
authored
Apr 30, 2020
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix table colors
parent
5a8fc5b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
app/assets/stylesheets/framework/tables.scss
app/assets/stylesheets/framework/tables.scss
+12
-2
No files found.
app/assets/stylesheets/framework/tables.scss
View file @
28ae6284
...
@@ -4,6 +4,17 @@
...
@@ -4,6 +4,17 @@
}
}
table
{
table
{
/*
* TODO
* This is a temporary workaround until we fix the neutral
* color palette in https://gitlab.com/gitlab-org/gitlab/-/issues/213570
*
* Remove this code as soon as this happens
*/
&
.gl-table
{
@include
gl-text-gray-700
;
}
&
.table
{
&
.table
{
margin-bottom
:
$gl-padding
;
margin-bottom
:
$gl-padding
;
...
@@ -32,8 +43,7 @@ table {
...
@@ -32,8 +43,7 @@ table {
}
}
th
{
th
{
background-color
:
$gray-light
;
@include
gl-bg-gray-100
;
font-weight
:
$gl-font-weight-normal
;
border-bottom
:
0
;
border-bottom
:
0
;
&
.wide
{
&
.wide
{
...
...
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