feat: add focus styling to ACTION_BUTTON_STYLE
All checks were successful
Code and build check / Check code (push) Successful in 1m19s
Code and build check / Build with uv (push) Successful in 45s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
Boris Yumankulov 2025-06-05 21:50:11 +05:00
parent 60d6f0734d
commit c25589ac96
Signed by: Boria138
GPG Key ID: 14B4A5673FD39C76

View File

@ -200,6 +200,10 @@ ACTION_BUTTON_STYLE = """
QPushButton:pressed {
background: #282a33;
}
QPushButton:focus {
border: 2px solid #409EFF;
background-color: #404554;
}
"""
# ТЕКСТОВЫЕ СТИЛИ: ЗАГОЛОВКИ И ОСНОВНОЙ КОНТЕНТ