[buddypress-trac] [BuddyPress Trac] #7978: Issue with icons on tabs in settings
buddypress-trac
noreply at wordpress.org
Fri Sep 28 19:47:01 UTC 2018
#7978: Issue with icons on tabs in settings
----------------------------------+----------------------------------
Reporter: prashantvatsh | Owner: johnjamesjacoby
Type: defect (bug) | Status: new
Priority: normal | Milestone: BuddyPress.org Sites
Component: BuddyPress.org Sites | Version:
Severity: normal | Keywords: needs-patch
----------------------------------+----------------------------------
When you will go to settings screen of your profile on buddypress.org you
will find that email tab is showing a missing icon https://prnt.sc/kzxyor
and on inspecting I found that the tab have the same id(#notifications-
personal-li) like the notification tab https://prnt.sc/kzy194 on the left
hand side.
This is the CSS which is adding icon there:
{{{
#notifications-personal-li a:before {
content: '\f339';
}
}}}
And it is fine for the notification link on the left hand but why the
email tab have the same ID like notification and that's the reason only
icon comes missing there. We should remove that ID and have some unique ID
there on email tab.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7978>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list