forked from AuroraMiddleware/gtk
Adwaita: comment out the header-bar separator
This commit is contained in:
parent
f8c1a4fed8
commit
b4e7ada6ac
@ -851,6 +851,9 @@ GtkComboBox {
|
||||
}
|
||||
.header-bar-separator,
|
||||
& > GtkBox > .separator.vertical {
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-separator-width: 0;
|
||||
/*
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-separator-width: 1px;
|
||||
border-width: 0 1px;
|
||||
@ -866,6 +869,7 @@ GtkComboBox {
|
||||
0.5))
|
||||
0 1 / 1px 1px; //FIXME use a proper color
|
||||
}
|
||||
*/
|
||||
}
|
||||
&.selection-mode {
|
||||
color: darken($selected_bg_color, 15%);
|
||||
|
@ -918,14 +918,25 @@ GtkComboBox {
|
||||
.titlebar .header-bar-separator, GtkCalendar.header .header-bar-separator, .titlebar > GtkBox > .separator.vertical, GtkCalendar.header > GtkBox > .separator.vertical,
|
||||
.header-bar .header-bar-separator,
|
||||
.header-bar > GtkBox > .separator.vertical {
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-separator-width: 0;
|
||||
/*
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-separator-width: 1px;
|
||||
border-width: 0 1px;
|
||||
border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31, 0) 100%) 0 1/0 1px stretch; }
|
||||
.titlebar .header-bar-separator:backdrop, GtkCalendar.header .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, GtkCalendar.header > GtkBox > .separator.vertical:backdrop,
|
||||
.header-bar .header-bar-separator:backdrop,
|
||||
.header-bar > GtkBox > .separator.vertical:backdrop {
|
||||
border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; }
|
||||
border-image: linear-gradient(to bottom,
|
||||
transparentize($borders_color,1),
|
||||
$borders_color 30%,
|
||||
$borders_color 70%,
|
||||
transparentize($borders_color,1) 100%)
|
||||
0 1 / 0 1px stretch; //FIXME use a proper color
|
||||
&:backdrop {
|
||||
border-image: linear-gradient(to bottom,
|
||||
transparentize($backdrop_borders_color,
|
||||
0.5))
|
||||
0 1 / 1px 1px; //FIXME use a proper color
|
||||
}
|
||||
*/ }
|
||||
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
|
||||
.header-bar.selection-mode {
|
||||
color: #14375d;
|
||||
|
@ -910,14 +910,25 @@ GtkComboBox {
|
||||
.titlebar .header-bar-separator, GtkCalendar.header .header-bar-separator, .titlebar > GtkBox > .separator.vertical, GtkCalendar.header > GtkBox > .separator.vertical,
|
||||
.header-bar .header-bar-separator,
|
||||
.header-bar > GtkBox > .separator.vertical {
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-separator-width: 0;
|
||||
/*
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-separator-width: 1px;
|
||||
border-width: 0 1px;
|
||||
border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0), #a1a1a1 30%, #a1a1a1 70%, rgba(161, 161, 161, 0) 100%) 0 1/0 1px stretch; }
|
||||
.titlebar .header-bar-separator:backdrop, GtkCalendar.header .header-bar-separator:backdrop, .titlebar > GtkBox > .separator.vertical:backdrop, GtkCalendar.header > GtkBox > .separator.vertical:backdrop,
|
||||
.header-bar .header-bar-separator:backdrop,
|
||||
.header-bar > GtkBox > .separator.vertical:backdrop {
|
||||
border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; }
|
||||
border-image: linear-gradient(to bottom,
|
||||
transparentize($borders_color,1),
|
||||
$borders_color 30%,
|
||||
$borders_color 70%,
|
||||
transparentize($borders_color,1) 100%)
|
||||
0 1 / 0 1px stretch; //FIXME use a proper color
|
||||
&:backdrop {
|
||||
border-image: linear-gradient(to bottom,
|
||||
transparentize($backdrop_borders_color,
|
||||
0.5))
|
||||
0 1 / 1px 1px; //FIXME use a proper color
|
||||
}
|
||||
*/ }
|
||||
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
|
||||
.header-bar.selection-mode {
|
||||
color: #256ab1;
|
||||
|
Loading…
Reference in New Issue
Block a user