Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.24&4.0: [IbusEmojier] Increase child label node sizing
Browse files Browse the repository at this point in the history
The stock allocation size causes invisible selection backgrounds
in some emoji labels...
  • Loading branch information
tista500 committed Aug 26, 2018
1 parent bbfbeb2 commit 23546c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gtk/sass/3.24/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3205,6 +3205,12 @@ window.popup {
// override ugly grey backgrounds
background-image: image($secondary_base_color);
}

&Emojier {
&WhiteLabel,
&GoldLabel,
&SelectedLabel { padding: rem(5.3px, $sw: 1.0); }
}
}


Expand Down
6 changes: 6 additions & 0 deletions gtk/sass/4.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3183,6 +3183,12 @@ window.popup {
// override ugly grey backgrounds
background-image: image($secondary_base_color);
}

&Emojier {
&WhiteLabel,
&GoldLabel,
&SelectedLabel { padding: rem(5.3px, $sw: 1.0); }
}
}


Expand Down

0 comments on commit 23546c0

Please sign in to comment.