Skip to content

Commit

Permalink
Merge pull request #356 from em-piguet/SHOR-340-fix-duplicate
Browse files Browse the repository at this point in the history
Remove duplicate icons in tabs
  • Loading branch information
AkA84 authored Apr 3, 2019
2 parents 8b60589 + e6b5c3a commit 9a7b441
Showing 1 changed file with 0 additions and 95 deletions.
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

3 comments on commit 9a7b441

@tapashdatta
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesnt seem to remove the icons. I have tried on a brand new install. thanks

@AkA84
Copy link
Contributor Author

@AkA84 AkA84 commented on 9a7b441 Apr 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @tapashdatta , could you open a new issue with screenshots and information about the Shoreditch, CMS, and CiviCRM version used? Thanks

@AkA84
Copy link
Contributor Author

@AkA84 AkA84 commented on 9a7b441 Apr 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tapashdatta nevermind, i see you left a comment on #376 , will ask there

Please sign in to comment.