From a4cd69abc173b77a9920e605533315a28d45b05e Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 27 Aug 2023 12:25:51 -0400 Subject: fixed some colors. reordered property menus. --- src/client/views/PropertiesView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 4a527222c..b6aabb662 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -191,7 +191,7 @@ export class PropertiesView extends React.Component { }); rows.push( -
+
''} SetValue={this.setKeyValue} />
); @@ -1674,11 +1674,11 @@ export class PropertiesView extends React.Component {
{this.editableTitle}
{this.currentType}
- {this.contextsSubMenu} + {this.optionsSubMenu} {this.linksSubMenu} {!this.selectedDoc || !LinkManager.currentLink || (!hasSelectedAnchor && this.selectedDoc !== LinkManager.currentLink) ? null : this.linkProperties} {this.inkSubMenu} - {this.optionsSubMenu} + {this.contextsSubMenu} {this.fieldsSubMenu} {isNovice ? null : this.sharingSubMenu} {isNovice ? null : this.filtersSubMenu} -- cgit v1.2.3-70-g09d2