Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Mar 22, 2023
1 parent 83fea61 commit 8d4be95
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions gtk/src/adw-gtk3/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4739,7 +4739,7 @@ button.emoji-section {

&:backdrop:not(:checked) { border-color: transparent; }
&:hover { border-color: if($variant == 'light', $borders_color, gtkalpha($fg_color, .1)); }
&:checked { border-color: $selected_bg_color; }
&:checked { border-color: $selected_color; }

label {
padding: 0;
Expand All @@ -4754,10 +4754,15 @@ button.emoji-section {
popover.emoji-picker .emoji {
font-size: x-large;
padding: 6px;
border-radius: $button_radius;

:focus,
:hover {
background: $selected_bg_color;
border-radius: 6px;
background: $hover_color;
}

:active {
background: $active_color;
}
}

Expand Down

0 comments on commit 8d4be95

Please sign in to comment.