Adwaita: Add color to separator.selection-mode

This makes separators to look good when separating two header bars in
selection mode.

https://gitlab.gnome.org/GNOME/gtk/issues/1286
This commit is contained in:
Adrien Plazas 2018-08-27 13:59:34 +02:00
parent ed434519d2
commit a4790b7eaa
3 changed files with 8 additions and 0 deletions

View File

@ -3595,6 +3595,10 @@ separator {
background: transparentize(black, 0.9);
min-width: 1px;
min-height: 1px;
&.selection-mode {
background-color: darken($selected_bg_color, 20%);
}
}

View File

@ -1563,6 +1563,8 @@ scrolledwindow junction:backdrop { border-image-source: linear-gradient(to botto
separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }
separator.selection-mode { background-color: #0f2b48; }
/********* Lists * */
list { color: white; background-color: #232729; border-color: #1b1f20; }

View File

@ -1583,6 +1583,8 @@ scrolledwindow junction:backdrop { border-image-source: linear-gradient(to botto
separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }
separator.selection-mode { background-color: #215d9c; }
/********* Lists * */
list { color: black; background-color: #ffffff; border-color: #b6b6b3; }