Adwaita: rounding of popovers

- you give Tobias a finger and he grbs the whole arm

https://gitlab.gnome.org/GNOME/gtk/issues/1510
This commit is contained in:
Jakub Steiner 2018-12-12 19:45:39 +01:00 committed by Matthias Clasen
parent 71a97accf2
commit c529de1765
3 changed files with 3 additions and 3 deletions

View File

@ -2235,7 +2235,7 @@ menuitem {
popover.background {
padding: 2px;
border-radius: 5px;
border-radius: $menu_radius + 4;
background-color: $popover_bg_color;
.csd &, & { border: 1px solid $borders_color; }

View File

@ -852,7 +852,7 @@ menuitem check:dir(ltr), menuitem radio:dir(ltr) { margin-right: 7px; }
menuitem check:dir(rtl), menuitem radio:dir(rtl) { margin-left: 7px; }
/*************** Popovers * */
popover.background { padding: 2px; border-radius: 5px; background-color: #3f3e40; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
popover.background { padding: 2px; border-radius: 9px; background-color: #3f3e40; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.csd popover.background, popover.background { border: 1px solid #252526; }

View File

@ -860,7 +860,7 @@ menuitem check:dir(ltr), menuitem radio:dir(ltr) { margin-right: 7px; }
menuitem check:dir(rtl), menuitem radio:dir(rtl) { margin-left: 7px; }
/*************** Popovers * */
popover.background { padding: 2px; border-radius: 5px; background-color: #f6f5f4; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
popover.background { padding: 2px; border-radius: 9px; background-color: #f6f5f4; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.csd popover.background, popover.background { border: 1px solid #cdc7c2; }