Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.22&3.20: Code cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tista500 committed Jul 20, 2017
1 parent c1a3fcc commit a9c4378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk/sass/3.20/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4123,6 +4123,7 @@ flowbox > flowboxchild {
radio:not(:indeterminate):not(:checked):active:not(:backdrop) {
-gtk-icon-transform: scale(0);
}

check:not(:indeterminate):not(:checked):active:not(:backdrop) {
-gtk-icon-transform: translate(6px, -3px)
rotate(-45deg)
Expand Down Expand Up @@ -4545,6 +4546,7 @@ progressbar {
box-shadow: none;
background-color: gtkopacity($accent_color, 0.2);
}

progress {
background-image: none;
background-color: $accent_color;
Expand Down
2 changes: 2 additions & 0 deletions gtk/sass/3.22/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4135,6 +4135,7 @@ flowbox > flowboxchild overlay checkbutton.bottom {
radio:not(:indeterminate):not(:checked):active:not(:backdrop) {
-gtk-icon-transform: scale(0);
}

check:not(:indeterminate):not(:checked):active:not(:backdrop) {
-gtk-icon-transform: translate(6px, -3px)
rotate(-45deg)
Expand Down Expand Up @@ -4546,6 +4547,7 @@ progressbar {
box-shadow: none;
background-color: gtkopacity($accent_color, 0.2);
}

progress {
background-image: none;
background-color: $accent_color;
Expand Down

0 comments on commit a9c4378

Please sign in to comment.