Fix close buttons in GNOME overview (#216)

* Fix close buttons in GNOME overview
* Resize close button to 26px
master
drakkar1969 4 years ago committed by David Mohammed
parent 6815e946dc
commit f3411ed712
  1. 12
      common/gnome-shell/3.30/sass/_common.scss

@ -1448,24 +1448,22 @@ StScrollBar {
background-size: 26px;
height: 26px;
width: 26px;
border: 0px;
box-shadow: none;
background-color: transparent;
color: transparent;
&:hover {
background-image: url("common-assets/misc/close-hover.svg");
background-size: 26px;
height: 26px;
width: 26px;
}
&:active {
background-image: url("common-assets/misc/close-active.svg");
background-size: 26px;
height: 26px;
width: 26px;
}
}
.window-close {
-shell-close-overlap: 11px;
-shell-close-overlap: 12px;
}
//

Loading…
Cancel
Save