mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
removed panel radius
returned ability to save maps without changes
This commit is contained in:
parent
88f91c8529
commit
a04b903206
3 changed files with 477 additions and 452 deletions
|
@ -39,7 +39,7 @@ class Component extends React.PureComponent<Props, void> {
|
||||||
startRouterMode = () => this.props.setMode(MODES.ROUTER);
|
startRouterMode = () => this.props.setMode(MODES.ROUTER);
|
||||||
startTrashMode = () => this.props.setMode(MODES.TRASH);
|
startTrashMode = () => this.props.setMode(MODES.TRASH);
|
||||||
startSaveMode = () => {
|
startSaveMode = () => {
|
||||||
if (!this.props.changed) return;
|
// if (!this.props.changed) return;
|
||||||
this.props.setMode(MODES.SAVE);
|
this.props.setMode(MODES.SAVE);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 792 KiB After Width: | Height: | Size: 791 KiB |
|
@ -14,8 +14,8 @@
|
||||||
@red_primary: #ff7034;
|
@red_primary: #ff7034;
|
||||||
@red_secondary: #ff3344;
|
@red_secondary: #ff3344;
|
||||||
|
|
||||||
@panel_radius: 4px;
|
@panel_radius: 0;
|
||||||
@button_radius: 2px;
|
@button_radius: 0;
|
||||||
|
|
||||||
@color_primary: #4597d0;
|
@color_primary: #4597d0;
|
||||||
@color_success: #7cd766;
|
@color_success: #7cd766;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue