diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-11-06 23:18:17 +0800 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-11-06 23:18:17 +0800 |
| commit | 894454b283b513689b8758a752a73bdd90393f0c (patch) | |
| tree | 7c9db9247be75021e601811f79e1375eab877ef4 /src/client/views/nodes/PresBox.scss | |
| parent | 13d1925c12539949f5bf26113f4c4599d9c98e7f (diff) | |
Cleaned up code
(1) Updated to use enums for PresEffect (Directions) and PresColor
(2) Made update pres selection work with applying to selected items
(3) Removed Effects + Movement from when targetDoc === presCollection
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss index a89bc73c6..5f4f571f3 100644 --- a/src/client/views/nodes/PresBox.scss +++ b/src/client/views/nodes/PresBox.scss @@ -1053,6 +1053,7 @@ $light-background: #ececec; .presPanel-button:hover { background-color: #5a5a5a; + transform: scale(1.2); } .presPanel-button-text:hover { |
