diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-27 12:43:07 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-27 12:43:07 -0500 |
| commit | 3837b3746c771960e8a0f7b00648f739495ca92d (patch) | |
| tree | f1a8c02cd1f48c992f125d6e0008e20b4d20368c /src/client/views/nodes/FontIconBox.tsx | |
| parent | 17de222e15525ec5bda3c4e7113c1471dbfb906c (diff) | |
more cleanup of unused fields and minor fixes to things like the color picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
Diffstat (limited to 'src/client/views/nodes/FontIconBox.tsx')
| -rw-r--r-- | src/client/views/nodes/FontIconBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FontIconBox.tsx b/src/client/views/nodes/FontIconBox.tsx index 121b9f26c..56c79cde9 100644 --- a/src/client/views/nodes/FontIconBox.tsx +++ b/src/client/views/nodes/FontIconBox.tsx @@ -50,7 +50,6 @@ export class FontIconBox extends DocComponent<FieldViewProps, FontIconDocument>( style={{ width: presSize, height: presSize, filter: `invert(${color === "white" ? "100%" : "0%"})`, marginBottom: "5px" }} />; const button = <button className={`menuButton-${shape}`} onContextMenu={this.specificContextMenu} style={{ - boxShadow: this.layoutDoc.ischecked ? `4px 4px 12px black` : undefined, backgroundColor: this.layoutDoc.iconShape === "square" ? backgroundColor : "", }}> <div className="menuButton-wrap"> |
