ui: Fixes for search bar
* fixed clicking on search element did not focus search bar * fixed moving cursor between elements * no smart pointers for search elements to fix deletion issues
This commit is contained in:
@@ -24,7 +24,6 @@ QLineEdit#search_box {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: <color:search/field/text>;
|
||||
margin-left: 5px;
|
||||
selection-background-color: <color:search/field/highlight>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user