Skip to content

Commit

Permalink
merged development_3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Newatia authored and Newatia committed Sep 25, 2024
2 parents 3c01f84 + fbcbfc0 commit 78f399b
Show file tree
Hide file tree
Showing 127 changed files with 2,943 additions and 13,875 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 78f399b

Please sign in to comment.