Skip to content

Commit

Permalink
Code improvement: Cinnamon - align code with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Jun 15, 2022
1 parent c057774 commit 94253af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1471,14 +1471,15 @@ StScrollBar {
.grouped-window-list-number-label {
z-index: 99;
color: #000000;
font-size: 0.4em;
font-size: 0.8em;
font-weight: 700;
text-shadow: none; }
text-shadow: none;
margin: 0; }

.grouped-window-list-badge {
border-width: 0px;
border-color: #ff6a00;
border-radius: 256px;
border-radius: 9999px;
background-color: #ffffff;
color: #BFC3CD; }

Expand Down
5 changes: 3 additions & 2 deletions cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1806,15 +1806,16 @@ StScrollBar {
&-number-label {
z-index: 99;
color: $black;
font-size: 0.4em;
font-size: 0.8em;
font-weight: 700;
text-shadow: none;
margin: 0;
}

&-badge {
border-width: 0px;
border-color: $selected_bg_color;
border-radius: 256px;
border-radius: 9999px;
background-color: $white;
color: $panel_fg;
}
Expand Down

0 comments on commit 94253af

Please sign in to comment.