Merge branch 'branch-qt-5.15' of github.com:xiaoyifang/goldendict into branch-qt-5.15

This commit is contained in:
xiaoyifang 2022-01-27 22:32:32 +08:00
commit 797cc0f394
2 changed files with 6 additions and 2 deletions

View file

@ -125,7 +125,10 @@ a:hover
padding-right: -1em;
padding-left: 0.3em;
-webkit-box-ordinal-group: 2;
height: 1em;
}
.gddicticon img {
height: 1.3em;
}
.gdexpandicon, .gdexpandicon:hover, .gdcollapseicon, .gdcollapseicon:hover

View file

@ -135,6 +135,7 @@ ScanPopup GroupComboBox::drop-down {
ScanPopup GroupComboBox::down-arrow {
image: url(:/icons/1downarrow.svg);
max-height: 100%;
}
ScanPopup GroupComboBox::down-arrow:on { /* shift the arrow when popup is open */