Add filter for active persona LB button
| @@ -2788,6 +2788,10 @@ select option:not(:checked) { | |||
| 2788 | width: max-content; | 2788 | width: max-content; |
| 2789 | } | 2789 | } |
| 2790 | 2790 | ||
| 2791 | #persona-management-block .menu_button { | ||
| 2792 | filter: grayscale(0.5); | ||
| 2793 | } | ||
| 2794 | |||
| 2791 | input[type=search]::-webkit-search-cancel-button { | 2795 | input[type=search]::-webkit-search-cancel-button { |
| 2792 | -webkit-appearance: none; | 2796 | -webkit-appearance: none; |
| 2793 | height: 1em; | 2797 | height: 1em; |