Skip to content

Commit

Permalink
Issue civicrm#456: do not capitalize text (breaks French)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutfy authored and Aegir user committed Jul 17, 2020
1 parent 924c0a8 commit f0b3e19
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion scss/bootstrap/overrides/style/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
vertical-align: top;

> li {
text-transform: capitalize;

&.active,
&.first:not(.disabled),
Expand Down
1 change: 0 additions & 1 deletion scss/bootstrap/overrides/style/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ table,
> th {
border-bottom: 0;
color: $gray-darker;
text-transform: capitalize;
}
}
}
Expand Down
1 change: 0 additions & 1 deletion scss/civicrm/administer/contribute/_contribute.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
th.label {
background: $crm-white;
border: 0;
text-transform: capitalize;
}
}
}
Expand Down
1 change: 0 additions & 1 deletion scss/civicrm/campaign/pages/_campaign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
float: none !important;
padding-left: 0;
padding-right: 0;
text-transform: capitalize;
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions scss/civicrm/campaign/pages/_survey.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
.help {
margin: $crm-status-bar-no-top;
}

.crm-campaign-survey-new_campaign_link {
text-transform: capitalize;
}
}

.CRM_Campaign_Form_Search {
Expand Down
2 changes: 0 additions & 2 deletions scss/civicrm/common/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
line-height: 20px !important;
padding: 10px 20px;
text-align: left;
text-transform: capitalize;

&:hover {
background: $crm-background !important;
Expand Down Expand Up @@ -108,7 +107,6 @@
a.crm-hover-button.action-item,
.crm-hover-button.btn-slide {
padding: 0 5px;
text-transform: capitalize;

&:hover {
color: $brand-primary !important;
Expand Down
1 change: 0 additions & 1 deletion scss/civicrm/common/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ table {
background: none !important;
border: 0;
color: $brand-primary;
text-transform: capitalize;

&:hover {
color: darken($brand-primary, $crm-darken-percentage);
Expand Down
2 changes: 0 additions & 2 deletions scss/civicrm/contact/_detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
tr th {
border: 0 !important;
color: $gray-darker;
text-transform: capitalize;

&:first-child {
padding-left: 20px !important;
Expand Down Expand Up @@ -246,7 +245,6 @@
#info {
th {
border-bottom: 1px solid $crm-grayblue-dark !important;
text-transform: capitalize;
}

td,
Expand Down
4 changes: 0 additions & 4 deletions scss/civicrm/contact/pages/_change-log.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
.columnheader {
border-color: $crm-grayblue-dark;

th {
text-transform: capitalize;
}

th:first-child {
width: $crm-sm-th-width;
}
Expand Down
4 changes: 0 additions & 4 deletions scss/civicrm/contact/pages/_contact-discount.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
.crm-discount-view-form-block {
.crm-info-panel {
@include expandable-table;

th {
text-transform: capitalize;
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion scss/civicrm/contact/pages/_contributions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
background: none;
color: $gray-dark;
font-weight: $crm-font-weight-h3;
text-transform: capitalize;

&.contriTotalLeft,
&.contriTotalRight {
Expand Down
1 change: 0 additions & 1 deletion scss/civicrm/contact/pages/_manage-groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
.crm-group-group_links .btn-slide.crm-hover-button {
display: inline-block;
text-indent: -999999px;
text-transform: capitalize;
width: 5px;

&::after,
Expand Down
1 change: 0 additions & 1 deletion scss/civicrm/contact/pages/_new-activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
.crm-activity-form-block-duration .description {
padding: 5px;
position: relative;
text-transform: capitalize;
top: 5px;
}

Expand Down
6 changes: 0 additions & 6 deletions scss/civicrm/dashboard/pages/_view-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,5 @@
font-weight: normal;
}
}

.crm-accordion-body {
.crm-news-feed-item-link {
text-transform: capitalize;
}
}
}
}
5 changes: 0 additions & 5 deletions scss/civicrm/mixins/_expandable-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
color: $gray-darker !important;
line-height: 18px;
padding: 15px 10px;
text-transform: capitalize;

&:first-child {
padding-left: 20px;
Expand Down Expand Up @@ -174,10 +173,6 @@
border: 0 !important;
}

th {
text-transform: capitalize;
}

td,
th {
padding-left: 20px;
Expand Down

0 comments on commit f0b3e19

Please sign in to comment.