Skip to content

Commit

Permalink
Merge pull request #237 from Codeinwp/development
Browse files Browse the repository at this point in the history
Fixed issue with Gutenberg columns width
Fixed issues with the content width option
Refactor the menu class
Updated theme copyright
Recommend Otter Blocks plugin
Added Last menu items options to the fallback primary menu
  • Loading branch information
rodica-andronache authored Nov 29, 2018
2 parents 50114fe + 2047dc2 commit 4883155
Show file tree
Hide file tree
Showing 43 changed files with 5,240 additions and 7,036 deletions.
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dist
artifact
composer.json
composer.lock
key.enc
themeisle.enc
inc/admin/onboarding/assets/vue
inc/admin/onboarding/node_modules
inc/admin/onboarding/.eslintrc
Expand Down
139 changes: 0 additions & 139 deletions README.md

This file was deleted.

13 changes: 2 additions & 11 deletions assets/css/customizer-style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#customize-theme-controls .customize-pane-child.accordion-section-content#sub-accordion-section-neve_sidebar {
overflow: initial;
}

.customize-control-checkbox-toggle .checkbox-toggle-wrap {
flex-direction: row;
padding: 7px 0;
Expand Down Expand Up @@ -104,7 +103,6 @@
-webkit-flex-direction: row;
-ms-flex-direction: row;
}

.customize-control-neve-dimensions > ul {
width: 100%;
}
Expand Down Expand Up @@ -201,7 +199,6 @@
.customize-control span.reset-dimensions:hover {
color: #fe5252;
}

#customize-theme-controls #sub-accordion-section-neve_typography.customize-pane-child.open {
height: 100%;
}
Expand Down Expand Up @@ -296,15 +293,14 @@
border-top: 0;
background: #fff;
}

.neve-customizer-heading {
display: block;
position: relative;
margin: 0 -12px;
padding: 13px 12px;
border: 1px solid #ddd;
border-right: 0;
border-left: 0;
border-right: 0;
color: #555;
background-color: #fff;
font-size: 11px;
Expand Down Expand Up @@ -351,7 +347,6 @@
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.ti-order-sortable li {
display: -ms-flexbox;
display: -webkit-box;
Expand Down Expand Up @@ -417,8 +412,8 @@
}

.ti-order-sortable span.drag {
right: auto;
left: 0;
right: auto;
cursor: move;
}

Expand All @@ -438,7 +433,6 @@
.ti-order-sortable li.enabled .toggle-display:before {
content: "\f177";
}

.customize-control-radio-image .ui-buttonset {
text-align: center;
}
Expand Down Expand Up @@ -541,7 +535,6 @@
.customizer-tab:not(.customizer-subtab) label:last-child {
border: none;
}

.range-slider {
display: -ms-flexbox;
display: -webkit-box;
Expand Down Expand Up @@ -746,7 +739,6 @@ input::-moz-focus-outer {
font-size: inherit;
line-height: 18px;
}

.responsive-number .controls--wrap {
display: flex;

Expand Down Expand Up @@ -785,7 +777,6 @@ input::-moz-focus-outer {
height: 16px;
font-size: 16px;
}

.customize-control-interface-tabs {
display: list-item !important;
}
Expand Down
9 changes: 0 additions & 9 deletions assets/css/customizer-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#customize-theme-controls .customize-pane-child.accordion-section-content#sub-accordion-section-neve_sidebar {
overflow: initial;
}

.customize-control-checkbox-toggle .checkbox-toggle-wrap {
flex-direction: row;
padding: 7px 0;
Expand Down Expand Up @@ -104,7 +103,6 @@
-webkit-flex-direction: row;
-ms-flex-direction: row;
}

.customize-control-neve-dimensions > ul {
width: 100%;
}
Expand Down Expand Up @@ -201,7 +199,6 @@
.customize-control span.reset-dimensions:hover {
color: #fe5252;
}

#customize-theme-controls #sub-accordion-section-neve_typography.customize-pane-child.open {
height: 100%;
}
Expand Down Expand Up @@ -296,7 +293,6 @@
border-top: 0;
background: #fff;
}

.neve-customizer-heading {
display: block;
position: relative;
Expand Down Expand Up @@ -351,7 +347,6 @@
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.ti-order-sortable li {
display: -ms-flexbox;
display: -webkit-box;
Expand Down Expand Up @@ -438,7 +433,6 @@
.ti-order-sortable li.enabled .toggle-display:before {
content: "\f177";
}

.customize-control-radio-image .ui-buttonset {
text-align: center;
}
Expand Down Expand Up @@ -541,7 +535,6 @@
.customizer-tab:not(.customizer-subtab) label:last-child {
border: none;
}

.range-slider {
display: -ms-flexbox;
display: -webkit-box;
Expand Down Expand Up @@ -746,7 +739,6 @@ input::-moz-focus-outer {
font-size: inherit;
line-height: 18px;
}

.responsive-number .controls--wrap {
display: flex;

Expand Down Expand Up @@ -785,7 +777,6 @@ input::-moz-focus-outer {
height: 16px;
font-size: 16px;
}

.customize-control-interface-tabs {
display: list-item !important;
}
Expand Down
Loading

0 comments on commit 4883155

Please sign in to comment.