File tree Expand file tree Collapse file tree
src/gtk-3.20/scss/widgets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 }
4444
4545 %button {
46- min-height : 16px ;
47- min-width : 16px ;
48- padding : $spacing ($spacing + 2 px );
46+ // min-height: 16px;
47+ // min-width: 16px;
48+ padding : $spacing ($spacing + 1 );
4949 border-width : 1px ;
5050 border-style : solid ;
5151 border-radius : $roundness ;
525525 button .combo {
526526 // otherwise the arrow placement is not symmetric
527527 min-width : 0 ;
528- padding-left : $spacing + 2 px ;
529- padding-right : $spacing + 2 px ;
528+ // padding-left: $spacing + 1px ;
529+ // padding-right: $spacing + 1px ;
530530 }
531531
532532 arrow {
537537
538538 box button , box entry {
539539 @extend %linked_button ;
540- padding : $spacing ($spacing + 2px );
541540 }
542541
542+ // hack to get rid of extra +1px height in linked combobox
543+ // .linked:not(.vertical) button.combo { padding: 4px; }
544+
543545 .linked :not (.vertical ) > & > box > button .combo {
544546 // the combo is a composite widget so the way we do button linked doesn't
545547 // work, special case needed. See
You can’t perform that action at this time.
0 commit comments