Profile redesign: Fix timeline filter button color on Safari iOS (#38040)

This commit is contained in:
diondiondion 2026-03-03 18:34:01 +01:00 committed by GitHub
parent a3aeae0288
commit c0b2286871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
.filterSelectButton { .filterSelectButton {
appearance: none; appearance: none;
border: none; border: none;
color: inherit;
background: none; background: none;
padding: 8px 0; padding: 8px 0;
font-size: 15px; font-size: 15px;