Make added more prominent

This commit is contained in:
Lim Chee Aun 2023-04-07 21:55:10 +08:00
parent f357881e5a
commit b80bcdbf09

View file

@ -269,14 +269,20 @@
list-style: none; list-style: none;
} }
#list-add-remove-container .list-add-remove button { #list-add-remove-container .list-add-remove button {
border-radius: 16px;
display: flex; display: flex;
align-items: center; align-items: center;
gap: 8px; gap: 8px;
width: 100%; width: 100%;
text-align: start;
} }
#list-add-remove-container .list-add-remove button .icon { #list-add-remove-container .list-add-remove button .icon {
opacity: 0.15; 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 { #list-add-remove-container .list-add-remove button.checked .icon {
opacity: 1; opacity: 1;
color: var(--green-color); color: var(--green-color);