Commit 03e1c47b authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

Darken table border-color

Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.
parent 90d492bc
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -302,7 +302,7 @@ $table-hover-bg: rgba($black, .075) !default; ...@@ -302,7 +302,7 @@ $table-hover-bg: rgba($black, .075) !default;
$table-active-bg: $table-hover-bg !default; $table-active-bg: $table-hover-bg !default;
$table-border-width: $border-width !default; $table-border-width: $border-width !default;
$table-border-color: $gray-200 !default; $table-border-color: $gray-300 !default;
$table-head-bg: $gray-200 !default; $table-head-bg: $gray-200 !default;
$table-head-color: $gray-700 !default; $table-head-color: $gray-700 !default;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment