3eb40df06b
With the introduction of the transparent panel in the overview, we started making the panel text/icon color slightly brighter in the overview and on the lockscreen to ensure best contrast. Now unfortunately, setting the text color incurred a relayout of the underlying ClutterText actor (fixed with https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1750), and setting the icon color causes the icon texture to get regenerated (fixed with https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/932). Regenerating the icon texture will replace the icon actor, which also causes a relayout. This relayout of the panel has been measured to add at least 1 millisecond (the numbers fluctuated a lot) to about 5 ms it takes to layout the first frame when showing the overview. Since https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/932 is unlikely to land this cycle, this commit proposes a different solution: Simply don't use a different color for text in the overview. To avoid issues with contrast in the overview, make the default color slightly brighter and change it from #ccc to #ddd. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1733> |
||
---|---|---|
.. | ||
_a11y.scss | ||
_app-grid.scss | ||
_base.scss | ||
_buttons.scss | ||
_calendar.scss | ||
_check-box.scss | ||
_corner-ripple.scss | ||
_dash.scss | ||
_dialogs.scss | ||
_entries.scss | ||
_hotplug.scss | ||
_ibus-popup.scss | ||
_keyboard.scss | ||
_login-dialog.scss | ||
_looking-glass.scss | ||
_message-list.scss | ||
_misc.scss | ||
_network-dialog.scss | ||
_notifications.scss | ||
_osd.scss | ||
_overview.scss | ||
_panel.scss | ||
_popovers.scss | ||
_screen-shield.scss | ||
_scrollbars.scss | ||
_search-entry.scss | ||
_search-results.scss | ||
_slider.scss | ||
_switcher-popup.scss | ||
_switches.scss | ||
_tiled-previews.scss | ||
_window-picker.scss | ||
_workspace-switcher.scss | ||
_workspace-thumbnails.scss |