Skip to content

Commit

Permalink
Remove class from SVG elements (elyra-ai#724)
Browse files Browse the repository at this point in the history
Update SVG elements to clear browser console warning
  • Loading branch information
vabarbosa authored Jul 9, 2020
1 parent ade62e2 commit cc8c7e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/code-snippet/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
background-color: var(--jp-layout-color2);
}

.elyra-codeSnippetsHeader .elyra-codeSnippet-icon polygon[fill] {
.elyra-codeSnippetsHeader polygon[fill] {
fill: var(--jp-ui-font-color1);
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions packages/ui-components/style/icons/code-snippet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/ui-components/style/icons/pipeline-flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions packages/ui-components/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,3 @@ button.elyra-errorDialog-errDisplayButton {
[data-jp-theme-light='false'] .elyra-pieBrain-icon rect.st2 {
fill: var(--jp-inverse-layout-color3);
}

.elyra-codeSnippet-icon polygon[fill] {
fill: var(--jp-inverse-layout-color3);
}

.elyra-pipelineEditor-icon path[fill] {
fill: var(--jp-inverse-layout-color3);
}

0 comments on commit cc8c7e7

Please sign in to comment.