Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0ee779b6
Commit
0ee779b6
authored
6 years ago
by
Martijn Cuppens
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Print color fix dark tables and dark theads (#26193)
parent
9faf8e85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_print.scss
+17
-0
scss/_print.scss
with
17 additions
and
0 deletions
+17
-0
scss/_print.scss
+
17
-
0
View file @
0ee779b6
...
...
@@ -112,6 +112,7 @@
background-color
:
$white
!
important
;
}
}
.table-bordered
{
th
,
td
{
...
...
@@ -119,6 +120,22 @@
}
}
.table-dark
{
color
:
inherit
;
th
,
td
,
thead
th
,
tbody
+
tbody
{
border-color
:
$table-border-color
;
}
}
.table
.thead-dark
th
{
color
:
inherit
;
border-color
:
$table-border-color
;
}
// Bootstrap specific changes end
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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