Skip to content

Commit

Permalink
Add bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasilev- committed Apr 11, 2019
1 parent e30e329 commit 65bd40b
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 218 deletions.
14 changes: 9 additions & 5 deletions build/classic/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
flex-direction: row;
border-color: #e2e4e7;
border-style: solid;
border-width: 1px 1px 0;
border-width: 1px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); }
.cf-association__bar .cf-search-input {
flex: 1 1 auto; }
Expand Down Expand Up @@ -68,7 +68,7 @@
position: relative;
z-index: 0;
display: flex;
border-width: 1px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #e2e4e7; }
.cf-association__cols::before {
Expand Down Expand Up @@ -213,10 +213,14 @@
padding-top: 8px;
padding-bottom: 8px;
border-color: #e2e4e7; }
.wp-block .cf-field .cf-search-input__inner {
.block-editor .cf-container .cf-search-input__inner,
.wp-block .cf-field .cf-search-input__inner,
.edit-post-sidebar .cf-block__fields .cf-search-input__inner {
border-radius: 0;
border-color: #e2e4e7; }
.wp-block .cf-field .cf-search-input__inner:focus {
border: 0; }
.block-editor .cf-container .cf-search-input__inner:focus,
.wp-block .cf-field .cf-search-input__inner:focus,
.edit-post-sidebar .cf-block__fields .cf-search-input__inner:focus {
box-shadow: none; }

/* ==========================================================================
Expand Down
2 changes: 1 addition & 1 deletion build/classic/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/classic/core.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/classic/core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/classic/metaboxes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/classic/metaboxes.min.js

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions build/gutenberg/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
flex-direction: row;
border-color: #e2e4e7;
border-style: solid;
border-width: 1px 1px 0;
border-width: 1px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); }
.cf-association__bar .cf-search-input {
flex: 1 1 auto; }
Expand Down Expand Up @@ -68,7 +68,7 @@
position: relative;
z-index: 0;
display: flex;
border-width: 1px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #e2e4e7; }
.cf-association__cols::before {
Expand Down Expand Up @@ -213,10 +213,14 @@
padding-top: 8px;
padding-bottom: 8px;
border-color: #e2e4e7; }
.wp-block .cf-field .cf-search-input__inner {
.block-editor .cf-container .cf-search-input__inner,
.wp-block .cf-field .cf-search-input__inner,
.edit-post-sidebar .cf-block__fields .cf-search-input__inner {
border-radius: 0;
border-color: #e2e4e7; }
.wp-block .cf-field .cf-search-input__inner:focus {
border: 0; }
.block-editor .cf-container .cf-search-input__inner:focus,
.wp-block .cf-field .cf-search-input__inner:focus,
.edit-post-sidebar .cf-block__fields .cf-search-input__inner:focus {
box-shadow: none; }

/* ==========================================================================
Expand Down
2 changes: 1 addition & 1 deletion build/gutenberg/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/gutenberg/core.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/gutenberg/core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/gutenberg/metaboxes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/gutenberg/metaboxes.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 65bd40b

Please sign in to comment.