Removed pilled button preference as it's no longer useful

This commit is contained in:
mr. M
2025-02-17 21:46:16 +01:00
parent b8baca2100
commit 84bbb4ba63
5 changed files with 1 additions and 21 deletions

View File

@@ -37,10 +37,3 @@ xul|button:is(.expander-down) {
scale: 0.98;
}
}
@media (-moz-bool-pref: 'zen.theme.pill-button') {
:host(:is(.anonymous-content-host, notification-message)),
:root {
--zen-button-border-radius: 20px;
}
}