Remove unnecessary color in default stylesheet

This commit is contained in:
GriffinR 2025-05-18 19:21:48 -04:00
parent 6d970c8a76
commit 0428563e67

View File

@ -5,21 +5,12 @@
using Qt::ArrowType do not change color when
disabled, so we specify the color change ourselves.
*/
QToolButton {
color: black;
}
QToolButton:disabled {
color: gray;
}
QComboBox {
color: black;
}
QComboBox:disabled {
color: gray;
}
QAbstractSpinBox {
color: black;
}
QAbstractSpinBox:disabled {
color: gray;
}