forked from opensearch-project/dashboards-observability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update or remove instances of hardcoded colors (opensearch-project#1558…
…) (opensearch-project#1559) Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit c10031f956ebb05d2f11424e7ddf1552d7a5cb0d) Co-authored-by: Craig Perkins <[email protected]>
- Loading branch information
1 parent
e10924a
commit d0ec8fe
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
*/ | ||
|
||
.panel-header-count { | ||
color: #687078; | ||
color: $euiTextSubduedColor; | ||
font-weight: normal; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,3 @@ | |
.form-row { | ||
max-width: 800px; | ||
} | ||
|
||
pre code { | ||
color: #666; | ||
} |