Skip to content

Commit

Permalink
Merge pull request #548 from ncats/pfda_edit
Browse files Browse the repository at this point in the history
Pfda edit
  • Loading branch information
NikoAnderson authored Sep 6, 2024
2 parents 7f6cda7 + a53fa99 commit 1855a5d
Show file tree
Hide file tree
Showing 118 changed files with 2,860 additions and 13,834 deletions.
36 changes: 18 additions & 18 deletions projects/ketcher-wrapper/src/lib/ketcher-wrapper.component.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<div id="root" style = "height:618px;clear:both;display:none" class = "ketcher-frame" #ketcherFrame></div>
<style>
button[title='3D Viewer'] {
display:none;
}
.LeftToolbar-module_group__0s41t.LeftToolbar-module_groupItem__OqQu0:has(button[data-testid='reaction-plus']) {
display: none;
}
.LeftToolbar-module_group__0s41t.LeftToolbar-module_groupItem__OqQu0:has(button[data-testid='shape-ellipse']) {
display: none;
}
div#root{
border: 0.001em solid white;
}
div#root:focus-within {
border: 0.001em solid blue !important;
}
</style>
<div id="root" style = "height:618px;clear:both;display:none" class = "ketcher-frame" #ketcherFrame></div>
<style>
button[title='3D Viewer'] {
display:none;
}
.LeftToolbar-module_group__0s41t.LeftToolbar-module_groupItem__OqQu0:has(button[data-testid='reaction-plus']) {
display: none;
}
.LeftToolbar-module_group__0s41t.LeftToolbar-module_groupItem__OqQu0:has(button[data-testid='shape-ellipse']) {
display: none;
}
div#root{
border: 0.001em solid white;
}
div#root:focus-within {
border: 0.001em solid blue !important;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
}
div#root:focus-within {
border: 0.001em solid blue !important;
}
}
Loading

0 comments on commit 1855a5d

Please sign in to comment.