combobox styles for hover & focus
Some checks failed
Code and build check / Check code (pull_request) Failing after 1m13s
Code and build check / Build with uv (pull_request) Successful in 46s

This commit is contained in:
2025-06-13 18:09:06 +07:00
parent 2ce41697ef
commit e9ecb466b2

View File

@ -641,11 +641,12 @@ SETTINGS_COMBO_STYLE = f"""
}}
QComboBox:hover {{
border: 2px solid #409EFF;
background: #409EFF;
}}
/* Состояние фокуса */
QComboBox:focus {{
border: 2px solid #409EFF;
background-color: #404554;
background-color: #409EFF;
}}
QComboBox::drop-down {{
subcontrol-origin: padding;