Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.0.1 #225

Merged
merged 9 commits into from Nov 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion debian/changelog
@@ -1,3 +1,12 @@
pop-gtk-theme (4.0.1) cosmic; urgency=medium

* Fix for GNOME Terminal jumping issue. (#217)
* Fix for GNOME Weather forecast background (#219)
* Fix for Firefox CSD window dragging (#223)
* Desktop Icon text are now readable.

-- Ian Santopietro <ian@system76.com> Fri, 19 Oct 2018 12:31:44 -0600

pop-gtk-theme (4.0.0) bionic; urgency=medium

* Theme rewritten from scratch
Expand Down Expand Up @@ -655,4 +664,3 @@ pop-gtk-theme (1.0.0) zesty; urgency=medium
* First release

-- Jeremy Soller <jeremy@system76.com> Thu, 20 Apr 2017 11:07:01 -0600

5 changes: 3 additions & 2 deletions src/gtk3/common/scss/apps/_gnome-terminal.scss
Expand Up @@ -14,10 +14,11 @@ terminal-window > headerbar.titlebar > box.right > .close {
// Terminal needs a border to help with the case of overlapping windows.
terminal-window > box {
border: 0 solid $titlebar_hl_color;
border-width: 0 $border_size $border_size;
border-width: 0 $border_size $border_size $border_size;

&:backdrop {
border: $border_size solid lighten($titlebar_bg_color, 5%);
border: 0 solid lighten($titlebar_bg_color, 5%);
border-width: 0 $border_size $border_size $border_size;
}

menubar:first-child {
Expand Down
4 changes: 4 additions & 0 deletions src/gtk3/common/scss/apps/_gnome-weather.scss
Expand Up @@ -33,3 +33,7 @@ stackswitcher.horizontal.linked.stack-switcher.osd {
}
}
}

window.csd > grid.vertical > stack grid.horizontal > grid.horizontal > grid.horizontal > stack > scrolledwindow > viewport {
background-color: transparent;
}
6 changes: 3 additions & 3 deletions src/gtk3/common/scss/gtk-widgets/_menus.scss
Expand Up @@ -24,6 +24,7 @@ window.popup {
menubar,
.menubar {
background-color: $darker_bg_color;
-GtkWidget-window-dragging: true;

> menuitem {
transition: $standard_transition;
Expand All @@ -50,8 +51,7 @@ menubar,
border-width: 0 $border_size;
background-color: $titlebar_bg_color;
color: $titlebar_fg_color;
-GtkWidget-window-dragging: true;


.maximized &,
.fullscreen &,
.tiled &,
Expand Down Expand Up @@ -138,4 +138,4 @@ modelbutton, {
label {
padding: $tinier_padding_em;
}
}
}