diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-03 16:41:38 +0800 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-03 16:41:38 +0800 |
commit | 3348b991ce16e58831017bb0afc74d281d9664e7 (patch) | |
tree | 2a1711b6599aeb9a02bc8f9dd8654907ef5340d3 /src/client/util/CurrentUserUtils.ts | |
parent | da0b78bb21d29cb861e1b684023b991b9f95e62b (diff) |
mobile button fix, icon update, remove radial menu on workspaces,
- update mobile interface fa icons
- remove radial menu form workspaces to prevent openOnRight within mobile (prevent cluster)
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 02c3e55ed..4276e04e4 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -59,7 +59,6 @@ export class CurrentUserUtils { const queryTemplate = this.mobileButton({ title: "NEW MOBILE BUTTON", onClick: undefined, - _backgroundColor: "lightgrey" }, [this.ficon({ ignoreClick: true, |