Skip to content

Commit 24e6a63

Browse files
authored
Merge pull request #5562 from google/enhance/5254-more-cleanups
GM2+ cleanup
2 parents c839159 + 177b751 commit 24e6a63

File tree

42 files changed

+1
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1
-8
lines changed

assets/sass/components/idea-hub/_googlesitekit-idea-hub-dashboard-ideas-widget.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464

6565
.mdc-tab__content {
6666
color: $c-surfaces-on-surface-variant;
67-
text-transform: capitalize;
6867

6968
> span {
7069
margin-left: 2px;
@@ -133,7 +132,6 @@
133132
line-height: $lh-body-sm;
134133
margin: 0 8px 4px 0;
135134
padding: 2px 7px;
136-
text-transform: capitalize;
137135
vertical-align: top;
138136
}
139137

assets/sass/components/settings/_googlesitekit-settings-notice.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@
9898
color: $c-text-notice-info;
9999
}
100100

101-
.mdc-select__dropdown-icon {
102-
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%231a73e8%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
103-
}
104-
105101
&:not(.mdc-select--focused) {
106102

107103
.mdc-select__selected-text:hover ~ .mdc-notched-outline {

assets/sass/vendor/_mdc-button.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@include mdc-button-ink-color($c-content-primary);
55
box-shadow: none;
6-
text-transform: capitalize;
6+
text-transform: none;
77

88
@media (max-width: $bp-desktop) {
99
min-width: auto;
@@ -23,7 +23,6 @@
2323
padding-bottom: 8px;
2424
padding-top: 8px;
2525
text-align: center;
26-
text-transform: capitalize;
2726

2827
&:hover {
2928
text-decoration: none;
-122 Bytes
-185 Bytes
-129 Bytes
24 Bytes
11 Bytes
18 Bytes
24 Bytes

0 commit comments

Comments
 (0)