1
0
Fork 0

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-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);