-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #548 from ncats/pfda_edit
Pfda edit
- Loading branch information
Showing
118 changed files
with
2,860 additions
and
13,834 deletions.
There are no files selected for viewing
36 changes: 18 additions & 18 deletions
36
projects/ketcher-wrapper/src/lib/ketcher-wrapper.component.html
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,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> |
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
} | ||
div#root:focus-within { | ||
border: 0.001em solid blue !important; | ||
} | ||
} |
Oops, something went wrong.