Skip to content

Commit ed893cc

Browse files
authored
Merge pull request #1316 from Automattic/update/calypso-card-modal-dependency
Updated the Calypso depency
2 parents 856e19b + 817b908 commit ed893cc

File tree

6 files changed

+1808
-3165
lines changed

6 files changed

+1808
-3165
lines changed

assets/stylesheets/style.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,16 @@
201201
fill: currentColor;
202202
}
203203

204+
.label-settings__labels-container {
205+
.label-settings__external {
206+
display: block !important;
207+
}
208+
209+
.label-settings__internal {
210+
display: none;
211+
}
212+
}
213+
204214
// Shared
205215
@import 'shared/reset'; // css reset before the rest of the styles are defined
206216
@import 'shared/typography'; // all the typographic rules, variables, etc.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default () => null;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default () => null;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export const getStoredCards = () => [];
2+
export const hasLoadedStoredCardsFromServer = () => false;

0 commit comments

Comments
 (0)