Skip to content

Commit

Permalink
Gnome-shell: Fix issue with page indicator, fixes #204
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Apr 25, 2022
1 parent df92dd9 commit 17b66ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1600,14 +1600,14 @@ StScrollBar {
}

.page-indicator {
padding: 15px 20px;

padding: 6px 12px;
.page-indicator-icon {
width: 12px;
height: 12px;
border-radius: 12px;
background-image: none;
background-color: rgba(255, 255, 255, 0.3);
background-color: lighten($base_color, 30%);
}

&:hover .page-indicator-icon {
Expand Down
4 changes: 2 additions & 2 deletions gnome-shell/gnome-shell.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17b66ec

Please sign in to comment.