Merge branch 'add-color-button-fix' into 'master'

Adwaita: Fix 'add color' button corners

Closes #1856

See merge request GNOME/gtk!801
This commit is contained in:
Matthias Clasen 2019-05-01 17:26:34 +00:00
commit d53981fdbb

View File

@ -4342,7 +4342,7 @@ colorswatch {
} }
&#add-color-button { &#add-color-button {
border-radius: $_colorswatch_radius $_colorswatch_radius 0 0; border-radius: $_colorswatch_radius 0 0 $_colorswatch_radius;
&:only-child { border-radius: $_colorswatch_radius; } &:only-child { border-radius: $_colorswatch_radius; }