Adwaita: tone down app icon shadows

- based on Tobias' and Allan's feedback, the app icon dropshadow
  were too prominent.
This commit is contained in:
Jakub Steiner 2019-03-25 17:59:24 +01:00
parent df5d18a5b1
commit fc3317138e
3 changed files with 4 additions and 4 deletions

View File

@ -4661,8 +4661,8 @@ stackswitcher button.text-button.circular { // FIXME aggregate with buttons
/* Drapshadow for large icons */
.icon-dropshadow {
-gtk-icon-shadow: 0 2px 12px rgba(0,0,0,0.2),
0 1px 2px rgba(0,0,0,0.7);
-gtk-icon-shadow: 0 2px 12px rgba(0,0,0,0.1),
0 1px 2px rgba(0,0,0,0.5);
}
/*********

View File

@ -1954,7 +1954,7 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w
.lowres-icon { -gtk-icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
/* Drapshadow for large icons */
.icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
.icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5); }
/********* Emoji * */
popover.emoji-picker { padding-left: 0; padding-right: 0; }

View File

@ -1974,7 +1974,7 @@ stackswitcher button.circular, stackswitcher button.text-button.circular { min-w
.lowres-icon { -gtk-icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3); }
/* Drapshadow for large icons */
.icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
.icon-dropshadow { -gtk-icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5); }
/********* Emoji * */
popover.emoji-picker { padding-left: 0; padding-right: 0; }