Skip to content

Commit

Permalink
gnome-shell: Update IBus candidate popup styling
Browse files Browse the repository at this point in the history
This was changed upstream in GNOME 42 cycle.
  • Loading branch information
jnsh committed Apr 9, 2022
1 parent 73ada85 commit 7039f6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/gnome-shell/42/sass/_common.scss
Expand Up @@ -2455,11 +2455,15 @@ $_dash_bottom_margin: 20px;
//
// IBus Candidate Popup
//
.candidate-popup-boxpointer {
@extend .popup-menu-boxpointer;
}

.candidate-popup-content {
padding: 0.5em;
spacing: 0.3em;
color: $osd_fg_color;
@include fontsize($font-size * 1.15);
@extend .popup-menu-content;
}

.candidate-index {
Expand Down

0 comments on commit 7039f6f

Please sign in to comment.