GTK3: remove titlebutton backdrop background

This commit is contained in:
Daniel Ruiz de Alegría
2020-03-02 12:12:21 +01:00
parent 7146c09867
commit e9b27304b9
4 changed files with 13 additions and 4 deletions
@@ -264,5 +264,8 @@ decoration {
// Window Close button
button.titlebutton {
&:backdrop { border-color: transparent; }
&:backdrop {
background: transparent;
&:not(:hover) { border-color: transparent; }
}
}