aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.css
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-22 12:17:50 -0400
committerbenal01 <bja4245@rit.edu>2025-03-22 12:17:50 -0400
commitd8b9c0da32383630f0831fdf6a7f13c96174ee4c (patch)
treee393c7cb6a78f078523579613e99ae2b8b284ac6 /ufund-ui/src/app/components/need-list/need-list.component.css
parente9564ba2514f32c63d2ce4ecfc9eeb9f3269f3dd (diff)
downloadJellySolutions-d8b9c0da32383630f0831fdf6a7f13c96174ee4c.tar.gz
JellySolutions-d8b9c0da32383630f0831fdf6a7f13c96174ee4c.tar.bz2
JellySolutions-d8b9c0da32383630f0831fdf6a7f13c96174ee4c.zip
removing unneccicary functions for element visiblity in 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.css3
1 files changed, 1 insertions, 2 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 bf7b982..29a9626 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
@@ -26,6 +26,5 @@ li {
background-color: #d9d9d9;
padding: 10px 20px 20px 20px;
border: 2px solid #000;
- border-radius: 5px;
- visibility: visible;
+ border-radius: 5px;
} \ No newline at end of file