Skip to content

Commit

Permalink
Fix theme parsing errors, Fix #174
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Nov 19, 2021
1 parent cf96ebe commit 0112af9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
6 changes: 1 addition & 5 deletions gtk-3.0/apps/_pantheon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,16 +357,12 @@ radiobutton.color-button {
background-image: none;
border: 1px solid rgba(black, 0.2);
border-radius: 50%;
box-shadow: inset-shadow();
color: $base_color;
-gtk-icon-source: -gtk-icontheme("check-active-symbolic");
min-height: rem(12px);
min-width: rem(12px);
padding: rem(3px);
}

&.red check,
&.red radio,
&.red radio,s
&.strawberry check,
&.strawberry radio {
background-color: #{'@STRAWBERRY_300'};
Expand Down
9 changes: 3 additions & 6 deletions gtk-3.0/gtk-dark.css

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

9 changes: 3 additions & 6 deletions gtk-3.0/gtk.css

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

0 comments on commit 0112af9

Please sign in to comment.