mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
Merge branch 'wip/jimmac/popover-separators' into 'master'
Adwaita: increase cotrast of popover separators Closes #3535 See merge request GNOME/gtk!3033
This commit is contained in:
commit
874b19b27e
@ -1831,7 +1831,10 @@ popover.background {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
separator { margin: 3px; }
|
||||
separator {
|
||||
background-color: mix($bg_color, $borders_color, 30%);
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
list separator { margin: 0; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user