forked from AuroraMiddleware/gtk
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:
commit
d53981fdbb
@ -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; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user