Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate icons in tabs #356

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions scss/civicrm/contact/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,101 +49,6 @@
padding: 15px !important;
width: 100%;

// ICONS
// ==============
&::before {
content: '\f12e';
font-family: 'FontAwesome';
font-weight: normal;
margin-right: 10px;
}

/* stylelint-disable selector-no-qualifying-type */
&[title='Contact Summary']::before {
content: '\f007';
}

&[title='Job Contract']::before {
content: '\f016';
}

&[title='Job Roles']::before {
content: '\f022';
}

&[title='Personal Details']::before {
content: '\f05a';
}

&[title='Leave']::before {
content: '\f0b1';
}

&[title='Assignments']::before {
content: '\f0f2';
}

&[title='Tasks']::before {
content: '\f03a';
}

&[title='Documents']::before {
content: '\f0c5';
}

&[title='Identification']::before {
content: '\f09d';
}

&[title='Immigration']::before {
content: '\f072';
}

&[title='Emergency Contacts']::before {
content: '\f0fa';
}

&[title='Managers']::before,
&[title='Relationships']::before {
content: '\f0e8';
}

&[title='Bank Details']::before {
content: '\f19c';
}

&[title='Career History']::before {
content: '\f1da';
}

&[title='Medical & Disability']::before {
content: '\f193';
}

&[title='Qualifications']::before {
content: '\f0a3';
}

&[title='Notes']::before {
content: '\f040';
}

&[title='Groups']::before {
content: '\f0c0';
}

&[title='Change Log']::before {
content: '\f187';
}

&[title='Cases']::before {
content: '\f0f6';
}

&[title='Communications']::before {
content: '\f0c0';
}
/* stylelint-enable selector-no-qualifying-type */
}

.crm-tab-button {
Expand Down