-
Notifications
You must be signed in to change notification settings - Fork 892
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…8018) (cherry picked from commit 95929a6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d88e3b0
commit 67aa197
Showing
3 changed files
with
10 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fix: | ||
- Fix workspace detail classname definition ([#7986](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7986)) |
10 changes: 5 additions & 5 deletions
10
src/plugins/workspace/public/components/workspace_detail/data_source_connection_table.scss
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
.customized-table thead { | ||
.workspace-detail-direct-query-expanded-table thead { | ||
display: none; | ||
} | ||
|
||
[id^="row"][id$="expansion"] > td:first-child > div:first-child { | ||
.workspace-detail-direct-query-table [id^="row"][id$="expansion"] > td:first-child > div:first-child { | ||
padding: 0; | ||
} | ||
|
||
.customized-row:first-child > td { | ||
.workspace-detail-direct-query-expanded-row:first-child > td { | ||
border-top: 0; | ||
} | ||
|
||
.customized-row:last-child > td { | ||
.workspace-detail-direct-query-expanded-row:last-child > td { | ||
border-bottom: 0; | ||
} | ||
|
||
.customized-row > td:nth-child(2) { | ||
.workspace-detail-direct-query-expanded-row > td:nth-child(2) { | ||
padding-left: 25px; | ||
} |
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