Marco Trevisan (Treviño) has proposed merging 
~3v1n0/ubuntu/+source/gnome-shell:ubuntu/bionic-theming-fixes into 
~ubuntu-desktop/ubuntu/+source/gnome-shell:ubuntu/bionic.

Requested reviews:
  Ubuntu Desktop (ubuntu-desktop)
Related bugs:
  Bug #1739931 in gnome-shell (Ubuntu): "Separator lines in shell popup menus 
are too faint to see"
  https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1739931
  Bug #1743058 in gnome-shell (Ubuntu): "Input field height changes slightly 
when entering in st password fields."
  https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1743058

For more details, see:
https://code.launchpad.net/~3v1n0/ubuntu/+source/gnome-shell/+git/gnome-shell/+merge/356023
-- 
Your team Ubuntu Desktop is requested to review the proposed merge of 
~3v1n0/ubuntu/+source/gnome-shell:ubuntu/bionic-theming-fixes into 
~ubuntu-desktop/ubuntu/+source/gnome-shell:ubuntu/bionic.
diff --git a/debian/changelog b/debian/changelog
index 610ea63..0ce4a7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,11 @@ gnome-shell (3.28.3-0ubuntu0.18.04.3) UNRELEASED; urgency=medium
     d/p/ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
     - Add support for cancelling remote search providers when the overlay
       is closed (and actually stop searches when requested from UI, LP: #1756826)
+  * debian/ubuntu.css:
+    - use defined color for menu separators (LP: #1739931)
+    - set StEntry minimun height to work properly with Ubuntu font (LP: #1743058)
 
- -- Marco Trevisan (Treviño) <ma...@ubuntu.com>  Wed, 05 Sep 2018 14:31:58 +0200
+ -- Marco Trevisan (Treviño) <ma...@ubuntu.com>  Wed, 03 Oct 2018 00:50:42 +0200
 
 gnome-shell (3.28.3-0ubuntu0.18.04.2) bionic; urgency=medium
 
diff --git a/debian/ubuntu-session-mods/ubuntu.css b/debian/ubuntu-session-mods/ubuntu.css
index da34f04..4bb58e4 100644
--- a/debian/ubuntu-session-mods/ubuntu.css
+++ b/debian/ubuntu-session-mods/ubuntu.css
@@ -519,7 +519,7 @@ StScrollBar {
   height: 1px;
   margin: 6px 64px;
   background-color: transparent;
-  border-color: #3a3a34;
+  border-color: #2c2c28;
   border-bottom-width: 1px;
   border-bottom-style: solid; }
 
@@ -1911,6 +1911,11 @@ stage {
   font-family: Ubuntu, Cantarell, Sans-Serif;
 }
 
+/* Set minimum height as per Ubuntu font usage, fixes password entries (LP: #1743058) */
+StEntry {
+  min-height: 19px;
+}
+
 /* switch colors */
 .toggle-switch-us:checked {
   background-image: url("ubuntu-toggle-on-us.svg");
-- 
ubuntu-desktop mailing list
ubuntu-desktop@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop

Reply via email to