From b80bcdbf09deb5336f5ff5945b618640b23c4db0 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 7 Apr 2023 21:55:10 +0800 Subject: [PATCH] Make added more prominent --- src/components/account-info.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/account-info.css b/src/components/account-info.css index 06bf133b..03be99c0 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -269,14 +269,20 @@ list-style: none; } #list-add-remove-container .list-add-remove button { + border-radius: 16px; display: flex; align-items: center; gap: 8px; width: 100%; + text-align: start; } #list-add-remove-container .list-add-remove button .icon { opacity: 0.15; } +#list-add-remove-container .list-add-remove button.checked { + border-color: var(--green-color); + font-weight: bold; +} #list-add-remove-container .list-add-remove button.checked .icon { opacity: 1; color: var(--green-color);