diff options
| author | bobzel <zzzman@gmail.com> | 2025-04-05 14:29:03 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-04-05 14:29:03 -0400 |
| commit | a3d6fae1482c61ca725d0a103f13b621aa32b3e3 (patch) | |
| tree | 10a7bff8274f36466a41c3303e9c6f682c823590 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 031a607100700f818f96b7fbf478f1b75292be9b (diff) | |
fixed multitoggle behavior to only toggle submenu closed. switched to hard-light for masking ink. fixed to make menu toggle take effect immediately.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index cce0ff684..6c47a71b0 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -41,7 +41,7 @@ transition: background-color 1s ease 0s; } .collectionfreeformview-mask { - mix-blend-mode: multiply; + mix-blend-mode: hard-light; background-color: rgba(0, 0, 0, 0.8); } |
