Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
6b177cc4
Commit
6b177cc4
authored
5 years ago
by
zhangbao
Committed by
Martijn Cuppens
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Consistency modification (#28750)
parent
473689ce
3 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
,
!28882
fix custom-select-indicator in IE10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_tables.scss
+1
-1
scss/_tables.scss
with
1 addition
and
1 deletion
+1
-1
scss/_tables.scss
+
1
-
1
View file @
6b177cc4
...
...
@@ -142,7 +142,7 @@
}
&
.table-striped
{
tbody
tr
:nth-of-type
(
odd
)
{
tbody
tr
:nth-of-type
(
#{
$table-striped-order
}
)
{
background-color
:
$table-dark-accent-bg
;
}
}
...
...
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
Menu
Explore
Projects
Groups
Snippets