From c25589ac96a59774ddd235a940b0c1a7344f4ca8 Mon Sep 17 00:00:00 2001
From: Boris Yumankulov <boria138@altlinux.org>
Date: Thu, 5 Jun 2025 21:50:11 +0500
Subject: [PATCH] feat: add focus styling to ACTION_BUTTON_STYLE

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
---
 portprotonqt/themes/standart/styles.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py
index 092ea35..f353ff8 100644
--- a/portprotonqt/themes/standart/styles.py
+++ b/portprotonqt/themes/standart/styles.py
@@ -200,6 +200,10 @@ ACTION_BUTTON_STYLE = """
     QPushButton:pressed {
         background: #282a33;
     }
+    QPushButton:focus {
+        border: 2px solid #409EFF;
+        background-color: #404554;
+    }
 """
 
 # ТЕКСТОВЫЕ СТИЛИ: ЗАГОЛОВКИ И ОСНОВНОЙ КОНТЕНТ