Revert "Dim disabled items in context menus (#4423)" (#4596)

This reverts commit 642718474c.
This commit is contained in:
pajlada
2023-05-02 21:33:36 +02:00
committed by GitHub
parent 6672adf287
commit 9d71f9017f
7 changed files with 11 additions and 40 deletions
-8
View File
@@ -212,14 +212,6 @@ void Theme::parseFrom(const QJsonObject &root)
(this->isLightTheme() ? "#68B1FF"
: this->tabs.selected.backgrounds.regular.name());
this->window.contextMenuStyleSheet =
QStringLiteral("QMenu { background: %1; border: %2; color: %3; "
"selection-background-color: %2; } "
"QMenu::item:disabled { color: #8c7f7f; }")
.arg(splits.input.background.name(QColor::HexArgb),
tabs.selected.backgrounds.regular.name(QColor::HexArgb),
tabs.selected.text.name(QColor::HexArgb));
// Usercard buttons
if (this->isLightTheme())
{