mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
Adwaita: double declated $button_fill
- this was already in place in _common, no need to have it in _colors
This commit is contained in:
parent
4b41580041
commit
1f472104ad
@ -1,9 +1,6 @@
|
||||
// When color definition differs for dark and light variant
|
||||
// it gets @if ed depending on $variant
|
||||
|
||||
// !global vars no longer in sass
|
||||
$button_fill: null;
|
||||
|
||||
$base_color: if($variant == 'light', #ffffff, lighten(desaturate(#241f31, 100%), 2%));
|
||||
$text_color: if($variant == 'light', black, white);
|
||||
$bg_color: if($variant == 'light', #f6f5f4, darken(desaturate(#3d3846, 100%), 4%));
|
||||
|
Loading…
Reference in New Issue
Block a user