Skip to content

Commit

Permalink
Fix combobox selected item height, fix #200 #259
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Mar 13, 2021
1 parent 090ee0d commit 2dd3a9f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions qdarkstyle/qss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1290,20 +1290,7 @@ QComboBox {
}
}

&::item {

&:alternate {
background: $COLOR_BACKGROUND_DARK;
}

&:checked {
font-weight: bold;
}

&:selected {
border: 0px solid transparent;
}
}
/* Remove 'item' to fix height of selected item - fix #200 #259 */

&::drop-down {
subcontrol-origin: padding;
Expand Down

0 comments on commit 2dd3a9f

Please # to comment.