Add filter for active persona LB button

16c2183fd083767d88b8c9130440066cedcacb5d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Showing whitespace changes
public/style.css+4 -0
@@ -2788,6 +2788,10 @@ select option:not(:checked) {
2788 width: max-content;2788 width: max-content;
2789}2789}
27902790
2791#persona-management-block .menu_button {
2792 filter: grayscale(0.5);
2793}
2794
2791input[type=search]::-webkit-search-cancel-button {2795input[type=search]::-webkit-search-cancel-button {
2792 -webkit-appearance: none;2796 -webkit-appearance: none;
2793 height: 1em;2797 height: 1em;