diff options
author | benal01 <bja4245@rit.edu> | 2025-03-25 10:43:52 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-25 10:43:52 -0400 |
commit | d9eb78521f29ead3a9f70b09e18a6d9560cc849c (patch) | |
tree | 50622f8c4d435a99d40bf7a30d473e763110f803 /ufund-ui/src/app/components/need-list/need-list.component.css | |
parent | f7cd2d90191c1d81526ed549514d82864c1aebb2 (diff) | |
download | JellySolutions-d9eb78521f29ead3a9f70b09e18a6d9560cc849c.tar.gz JellySolutions-d9eb78521f29ead3a9f70b09e18a6d9560cc849c.tar.bz2 JellySolutions-d9eb78521f29ead3a9f70b09e18a6d9560cc849c.zip |
fancy selection animation for need list
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.css')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 2 |
1 files changed, 1 insertions, 1 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 c763105..2eb6a8d 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 @@ -29,7 +29,7 @@ li { border-radius: 5px; margin: 5px; > button { - background-color: var(--list-background-color); + background-color: transparent; width: 88%; float: left; transition: all 0.3s ease; |