After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 745909 - Classic mode - drop disclosure triangles and bold weight for menus
Classic mode - drop disclosure triangles and bold weight for menus
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-03-09 18:06 UTC by Allan Day
Modified: 2015-03-11 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot, along with modified version (230.29 KB, image/png)
2015-03-09 18:06 UTC, Allan Day
  Details
theme: panel improvements (3.18 KB, patch)
2015-03-09 19:33 UTC, Jakub Steiner
none Details | Review
Use a proper arrows instead of UTF8 (1.94 KB, patch)
2015-03-09 20:06 UTC, Florian Müllner
committed Details | Review
theme: panel improvements (3.32 KB, patch)
2015-03-10 11:02 UTC, Jakub Steiner
committed Details | Review

Description Allan Day 2015-03-09 18:06:45 UTC
Created attachment 298905 [details]
screenshot, along with modified version

Issues with the top "panel" in classic mode:

 * The places menu has a really small triangle, which is different in size from the others.
 * The label of the app menu isn't vertically aligned with the other text.
 * All the menu headers have disclosure triangles, except for time and date (and the workspace switcher in the bottom panel) - this is inconsistent.
 * The disclosure triangles makes the horizontal spacing look a bit awkward.
 * The text is bold everywhere. This isn't needed with dark text on a light background (and wasn't what GNOME 2 was like).

Some suggestions:

 * Use regular rather than bold weight text.
 * Remove the disclosure triangles - they aren't needed in classic, since we assume that people are familiar with having menus in a grey bar along the top of the screen.
 * Remove the app icon from the app menu.
Comment 1 Jakub Steiner 2015-03-09 19:33:34 UTC
Created attachment 298910 [details] [review]
theme: panel improvements

- places menu still sports an arrow, must be a custom one
Comment 2 Florian Müllner 2015-03-09 20:06:02 UTC
Created attachment 298914 [details] [review]
Use a proper arrows instead of UTF8

All proper shell menus were updated to do that a while ago, we
should do the same for consistency.
Comment 3 Florian Müllner 2015-03-09 20:21:19 UTC
Review of attachment 298910 [details] [review]:

::: data/gnome-classic.scss
@@ +40,3 @@
       & > .system-status-icon { icon-shadow: none; }
     }
+    .app-menu-icon { width: 0; height: 0; display: none; margin: 0; }

I'm not sure I like using "display: none" considering that we don't have any support for it at all ...
Comment 4 Jakub Steiner 2015-03-10 11:02:11 UTC
Created attachment 298968 [details] [review]
theme: panel improvements

- places menu still sports an arrow, must be a custom one
Comment 5 Florian Müllner 2015-03-10 13:23:09 UTC
Review of attachment 298968 [details] [review]:

LGTM

::: data/gnome-classic.scss
@@ +40,3 @@
       & > .system-status-icon { icon-shadow: none; }
     }
+    .app-menu-icon { width: 0; height: 0; margin: 0; } // shell's display:none; :D

Oy!

@@ +59,3 @@
 
+#appMenu { padding: 0 8px 0 8px; }
+.popup-menu-arrow { width: 0; height: 0;  } // shell's display: none;

Missing smiley for consistency? :-p
Comment 6 Ray Strode [halfline] 2015-03-10 19:00:51 UTC
Comment on attachment 298914 [details] [review]
Use a proper arrows instead of UTF8

attachment 298914 [details] [review] pushed as 5e9f66f
Comment 7 Ray Strode [halfline] 2015-03-10 19:01:34 UTC
Comment on attachment 298968 [details] [review]
theme: panel improvements

attachment 298968 [details] [review] pushed as 7cfd862
Comment 8 Florian Müllner 2015-03-11 12:09:55 UTC
I don't think there's anything left here, please reopen if I overlooked anything.
Comment 9 Allan Day 2015-03-11 14:04:18 UTC
Thanks for the fixes. Classic mode looks much better to me now.