Skip to content

Commit e28e449

Browse files
authored
qt: Remove arrows from combobox dropdowns on linux (#4084)
1 parent 21372a2 commit e28e449

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/qt/res/css/general.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ QComboBox:editable {
317317
border: 0px solid #00000000;
318318
}
319319

320+
QComboBox:focus {
321+
padding-top: 0;
322+
padding-bottom: 0;
323+
}
324+
320325
QComboBox::drop-down {
321326
width: 25px;
322327
border: 0px;

0 commit comments

Comments
 (0)