GTK3: remove titlebutton backdrop border

This commit is contained in:
Daniel Ruiz de Alegría
2020-03-02 10:04:56 +01:00
parent 92ae39005f
commit fc9c237a16
4 changed files with 14 additions and 0 deletions
@@ -234,3 +234,8 @@ decoration {
messagedialog.csd & { box-shadow: 0 1px 4px transparentize(black, 0.8); }
}
// Window Close button
button.titlebutton {
&:backdrop { border-color: transparent; }
}