forked from AuroraMiddleware/gtk
Adwaita: selection-mode selection-menu flat by default
This commit is contained in:
parent
9044bf5328
commit
8665f197d6
@ -735,6 +735,11 @@ GtkComboBox {
|
||||
&:backdrop:insensitive { @include button($t:backdrop-insensitive, $noedge:true); }
|
||||
}
|
||||
}
|
||||
.selection-menu {
|
||||
border-width: 0;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
.tiled &, .maximized & {
|
||||
border-radius: 0; // squared corners when the window is max'd or tiled
|
||||
|
@ -978,6 +978,11 @@ GtkComboBox {
|
||||
border-color: #1e2222;
|
||||
background-image: linear-gradient(to bottom, #393f3f);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
|
||||
.titlebar.selection-mode .selection-menu,
|
||||
.header-bar.selection-mode .selection-menu {
|
||||
border-width: 0;
|
||||
background-image: none;
|
||||
box-shadow: none; }
|
||||
.tiled .titlebar, .maximized .titlebar, .tiled
|
||||
.header-bar, .maximized
|
||||
.header-bar {
|
||||
|
@ -970,6 +970,11 @@ GtkComboBox {
|
||||
border-color: #a8a8a8;
|
||||
background-image: linear-gradient(to bottom, #ededed);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
|
||||
.titlebar.selection-mode .selection-menu,
|
||||
.header-bar.selection-mode .selection-menu {
|
||||
border-width: 0;
|
||||
background-image: none;
|
||||
box-shadow: none; }
|
||||
.tiled .titlebar, .maximized .titlebar, .tiled
|
||||
.header-bar, .maximized
|
||||
.header-bar {
|
||||
|
Loading…
Reference in New Issue
Block a user