pull/144/head
Vince 4 years ago
parent 7112681eaa
commit 2f648891e7

@ -1062,7 +1062,6 @@ searchbar > revealer > box,
searchbar > revealer > box {
// workaround: undo the GtkContainer:border-width and use CSS padding instead
margin: -6px;
padding: $container-padding;
}

@ -1264,10 +1264,6 @@ searchbar > revealer > box {
padding: 0;
}
}
// workaround for non-animatable buttons
.background:not(.csd) & windowcontrols button:active,
.background:not(.csd) & windowcontrols menubutton:active {background-size: 1000% 1000%};
}
.solid-csd & {
@ -3706,13 +3702,13 @@ window {
&:backdrop { background-color: $titlebar-backdrop; }
}
// .maximized &,
// .fullscreen &,
// .tiled &,
// .tiled-top &,
// .tiled-right &,
// .tiled-bottom &,
// .tiled-left & { border-radius: 0; }
&.maximized,
&.fullscreen,
&.tiled,
&.tiled-top,
&.tiled-right,
&.tiled-bottom,
&.tiled-left { border-radius: 0; }
}
}

@ -24,6 +24,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
border-radius: $circular_radius;
height: $medium_size + 2px;
}
// transparent panel on lock & login screens
&.unlock-screen,
&.login-screen,

Loading…
Cancel
Save