diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 19812ded36..5e79ff6f84 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1393,6 +1393,20 @@ windowcontrols { margin: 0 2px; min-width: 0; min-height: 0; + + &.close { + background-image: none; + border: none; + box-shadow: none; + background-color: transparent; + &:hover { background-color: darken($headerbar_color,25%); } + &:active { background-color: darken($headerbar_color,35%); } + &:backdrop:hover image { color: $selected_fg_color; } + /* because of clickthrough and the destructive nature, + make an exception about hovering over an unfocused + window close button */ + + } } }