Merge pull request #7047 from Lawrence37/popup-button-divider

Divider between buttons in the pop-up button
This commit is contained in:
Lawrence37
2024-05-11 22:10:27 -07:00
committed by GitHub

View File

@@ -1300,6 +1300,11 @@ combobox, .popupbutton-arrow {
min-height: 2em;
}
/* Visual divider between the icon and arrow in the pop-up button. */
.image-combo button.Left {
border-right: solid 0.083333333333333333em #202020;
}
/* Makes image-combobox small icons centered */
button.toggle > grid > image {
padding: 0.3333333333333333em;