Skip to content

Commit

Permalink
Fix page-select list styles
Browse files Browse the repository at this point in the history
  • Loading branch information
t11r committed Nov 2, 2022
1 parent d28397e commit 0a3f779
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/sections/page-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@
position: relative;

> li {
border-top: 1px solid $border-color;
margin: 0;
user-select: none;

+ li {
box-shadow: 0 1px $border-color inset;
}

> a {
@include hover {
background: $shade-light;
Expand Down

0 comments on commit 0a3f779

Please sign in to comment.