mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
feat: enhance table item focus styles by adding border properties
This commit is contained in:
@@ -90,10 +90,13 @@ def _table_stylesheet(view_type="QTableWidget"):
|
|||||||
{view_type}::item:selected {{
|
{view_type}::item:selected {{
|
||||||
background: {c["selected"]};
|
background: {c["selected"]};
|
||||||
outline: none;
|
outline: none;
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1px solid {c["border"]};
|
||||||
}}
|
}}
|
||||||
{view_type}::item:focus {{
|
{view_type}::item:focus {{
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
border-bottom: 1px solid {c["border"]};
|
||||||
}}
|
}}
|
||||||
QHeaderView {{
|
QHeaderView {{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user