From fd7d46749103d5610dd71ed33cb1e9d133701d4e Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 6 Apr 2025 13:22:24 -0400 Subject: Disable need-image animation for now --- .../components/need-list/need-list.component.css | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css index 86a021e..60af7bb 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.css +++ b/ufund-ui/src/app/components/need-list/need-list.component.css @@ -5,19 +5,6 @@ border-radius: 5px; } -.needEntry:hover { - .need-image { - mask-image: none; - width: 210px - } - .left { - width: 32.5%; - } - .prog { - width: 72.5%; - } -} - #needList { display: flex; flex-direction: column; @@ -43,10 +30,23 @@ mask-image: linear-gradient(to right, rgb(255,255,255) 0, rgb(255,255,255,.1) 60%, rgb(255,255,255,0) 100%); } +/*.clickable:hover {*/ +/* .need-image {*/ +/* mask-image: none;*/ +/* width: 210px*/ +/* }*/ +/* .left {*/ +/* width: 32.5%;*/ +/* }*/ +/* .prog {*/ +/* width: 72.5%;*/ +/* }*/ +/*}*/ + .split { display: flex; flex-direction: row; - + .left { width: 15%; transition: all 0.2s ease-in-out; -- cgit v1.2.3