Skip to content

Commit

Permalink
Update _entries.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 20, 2024
1 parent f9bdf62 commit ccd51c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sass/gnome-shell/common/_entries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ StEntry, %entry {
min-height: 20px;
padding: $base_padding $base_padding * 2;
margin: $base_margin / 2;
border: none;
border-radius: $base_radius;
selection-background-color: $primary;
selected-color: on($primary);

@include entry(normal);
&:hover { @include entry(hover); }
Expand Down

0 comments on commit ccd51c7

Please sign in to comment.