From c99bb2183d6a94cb20f8b6a94908f88a496fd0e8 Mon Sep 17 00:00:00 2001 From: dervart Date: Tue, 17 Jun 2025 20:34:02 +0700 Subject: [PATCH] dark_theme remove duplicate SETTINGS_CHECKBOX_STYLE --- portprotonqt/themes/standart/styles.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 77c1629..af4bce6 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -190,13 +190,6 @@ SEARCH_EDIT_STYLE = """ } """ -SETTINGS_CHECKBOX_STYLE = """ - QCheckBox:focus { - border: 2px solid #409EFF; - background: #404554; - } -""" - # ОТКЛЮЧАЕМ РАМКУ У QScrollArea SCROLL_AREA_STYLE = """ QWidget {