Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix fusion column header background color (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm9361 authored Oct 27, 2023
1 parent 4346725 commit 5e170f7
Show file tree
Hide file tree
Showing 222 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Fixed
* Fixed the column header background color for the Orion Fusion theme.

## 1.0.0 - (October 25, 2023)
* Initial working component release.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:local {
.orion-fusion-theme {
// Column Headers
--terra-data-grid-column-header-text-color: #595f62;
--terra-data-grid-column-header-background-color: #fff;
--terra-data-grid-column-header-border-bottom: 1px solid #c8cacb;
--terra-data-grid-column-header-text-color: #4e5356;
--terra-data-grid-column-header-background-color: #f4f4f4;
--terra-data-grid-column-header-border-bottom: 2px solid #9b9fa1;
--terra-data-grid-column-header-border-right: 1px solid #c8cacb;
--terra-data-grid-column-header-border-top: 1px solid #c8cacb;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
3 changes: 3 additions & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* Added
* Added row selection mode to the table component.
* Added ability for consumers to specify a custom screen reader message for masked cells.

* Fixed
* Fixed the column header background color for the Orion Fusion theme.

## 5.1.1-alpha.0 - (October 25, 2023)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:local {
.orion-fusion-theme {
// Column Headers
--terra-table-column-header-text-color: #595f62;
--terra-table-column-header-background-color: #fff;
--terra-table-column-header-border-bottom: 1px solid #c8cacb;
--terra-table-column-header-text-color: #4e5356;
--terra-table-column-header-background-color: #f4f4f4;
--terra-table-column-header-border-bottom: 2px solid #9b9fa1;
--terra-table-column-header-border-right: 1px solid #c8cacb;
--terra-table-column-header-border-top: 1px solid #c8cacb;

Expand Down

0 comments on commit 5e170f7

Please sign in to comment.