Skip to content

Commit

Permalink
Improvement: Cinnamon - Add support for the cinnamon locate pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Aug 16, 2022
1 parent ff70f4a commit 77d85a6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ StScrollBar {
-margin-horizontal: 1.5em;
height: 1em; }

/* * * * * *
* Ripples *
* * * * * */
.ripple-pointer-location {
width: 50px;
height: 50px;
border-radius: 25px;
background-color: rgba(255, 106, 0, 0.3);
box-shadow: 0 0 2px 2px #ff6a00; }

/* * * * * *
* Slider *
* * * * * */
Expand Down
12 changes: 12 additions & 0 deletions cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ StScrollBar {
height: 1em;
}

/* * * * * *
* Ripples *
* * * * * */

.ripple-pointer-location {
width: 50px;
height: 50px;
border-radius: 25px;
background-color: transparentize($selected_bg_color, 0.7);
box-shadow: 0 0 2px 2px $selected_bg_color;
}

/* * * * * *
* Slider *
* * * * * */
Expand Down

0 comments on commit 77d85a6

Please sign in to comment.