diff --git a/CHANGELOG.md b/CHANGELOG.md index 3693e177..bef71c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ CHANGELOG for FlatCAM Evo beta - some changes to the dark mode stylesheet to make it look better - darkened the text color for the dark theme in order to make it easier on the eyes - in Distance Plugin, when using the big cursor, the cursor colors are fixed to work for the dark mode too +- for dark mode disabled hover highlight on the Status Bar 2.05.2022 diff --git a/appGUI/themes/dark_style_sheet.py b/appGUI/themes/dark_style_sheet.py index 3d956529..fa01f3d7 100644 --- a/appGUI/themes/dark_style_sheet.py +++ b/appGUI/themes/dark_style_sheet.py @@ -91,9 +91,7 @@ QStatusBar QWidget { background-color: transparent; padding: 0px; border-radius: 0px; -} -QStatusBar QWidget:hover { - background-color: rgba(68.000, 70.000, 74.000, 1.000); + margin: 0px; } QStatusBar QWidget:pressed { background-color: rgba(79.000, 80.000, 84.000, 1.000);