Skip to content

Commit

Permalink
Merge pull request #247 from xelser/master
Browse files Browse the repository at this point in the history
cinnamon panel corner bar
  • Loading branch information
vinceliuice authored Jan 19, 2023
2 parents 60a4213 + fa017b2 commit 4a6172e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/_sass/cinnamon/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2162,6 +2162,18 @@ $ws_thumb_spacing: 32px;
}
}

&-cornerbar {
width: 8px;
background-color: $panel-track;
&-box:hover > &, {
background-color: $panel-text-secondary;
}
}

&-cornerbar-box { padding: 4px 4px; }

&-cornerbar.vertical { height: 8px; }

&-box {
color: $panel-text-secondary;
text-shadow: none;
Expand Down

0 comments on commit 4a6172e

Please sign in to comment.