GTK3: remove titlebutton backdrop background
This commit is contained in:
@@ -264,5 +264,8 @@ decoration {
|
||||
|
||||
// Window Close button
|
||||
button.titlebutton {
|
||||
&:backdrop { border-color: transparent; }
|
||||
&:backdrop {
|
||||
background: transparent;
|
||||
&:not(:hover) { border-color: transparent; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user