Bug 1599841
Summary: | corrupt application icon in gnome classic theme | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Rob Clark <rclark> |
Component: | gnome-shell-extensions | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.6 | CC: | jkoten, lmiksik, tpelka |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | gnome-shell-extensions-3.28.1-5.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-10-30 10:27:16 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Rob Clark
2018-07-10 17:40:24 UTC
So what's going on i think is this bit in the stylesheet: ``` .app-menu-icon { width: 0; height: 0; margin: 0; } // shell's display:none; :D ``` It's not sufficient to completely hide the icon, now a thin drop shadow still shows through. Maybe from this change: ``` + .system-status-icon, + .app-menu-icon > StIcon, + .popup-menu-arrow { + icon-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); + } + ``` ? just to follow up, hacking the installed classic.css with vim to remove that icon-shadow fixes the problem. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:3140 |