Skip to content

Commit

Permalink
superhero: fix table color, closes thomaspark#1279
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Oct 6, 2023
1 parent 3b30696 commit 3038872
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 24 deletions.
1 change: 1 addition & 0 deletions dist/superhero/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $text-muted: rgba(255, 255, 255, .4) !default;

// Tables

$table-color: $white !default;
$table-accent-bg: rgba($white, .05) !default;
$table-hover-bg: rgba($white, .075) !default;
$table-border-color: rgba($black, .15) !default;
Expand Down
8 changes: 4 additions & 4 deletions dist/superhero/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1869,15 +1869,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: rgba(0, 0, 0, 0.15);
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/superhero/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/superhero/bootstrap.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/superhero/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1867,15 +1867,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: rgba(0, 0, 0, 0.15);
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/superhero/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/superhero/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/5/superhero/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $text-muted: rgba(255, 255, 255, .4) !default;

// Tables

$table-color: $white !default;
$table-accent-bg: rgba($white, .05) !default;
$table-hover-bg: rgba($white, .075) !default;
$table-border-color: rgba($black, .15) !default;
Expand Down
8 changes: 4 additions & 4 deletions docs/5/superhero/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1869,15 +1869,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: rgba(0, 0, 0, 0.15);
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion docs/5/superhero/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/superhero/bootstrap.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/5/superhero/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1867,15 +1867,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: rgba(0, 0, 0, 0.15);
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion docs/5/superhero/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/superhero/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

0 comments on commit 3038872

Please sign in to comment.