Skip to content

Commit 12f1c02

Browse files
committed
BUGFIX: adjust styling to the icon change
1 parent e6d99cc commit 12f1c02

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Resources/Private/StructuredEditing/src/manifest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class InlineEditorEnvelope extends PureComponent {
3333
this.setState({isOpen: !this.state.isOpen});
3434
}
3535
render() {
36-
const {contextPath, fusionPath, propertyName, persistChange, editorOptions, getNodeByContextPath, focusedNodePath} = this.props;
36+
const {contextPath, fusionPath, propertyName, persistChange, editorOptions, getNodeByContextPath} = this.props;
3737
const node = getNodeByContextPath(contextPath);
3838
const nodeTypeName = $get('nodeType', node);
3939
const nodeType = this.props.nodeTypesRegistry.getNodeType(nodeTypeName);
@@ -59,7 +59,7 @@ class InlineEditorEnvelope extends PureComponent {
5959
width: 320px;\
6060
background-color: #272727;\
6161
}\
62-
.enveloper_dropdown_header i:nth-child(3) {\
62+
.enveloper_dropdown_header svg:nth-child(3) {\
6363
display: none;\
6464
}\
6565
'}</style>

Resources/Public/JavaScript/StructuredEditing/Plugin.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)