Skip to content

Commit

Permalink
Fix npm build errors #8199
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfae committed Nov 11, 2020
1 parent 197562f commit a946bfd
Show file tree
Hide file tree
Showing 5 changed files with 2,022 additions and 586 deletions.
10 changes: 5 additions & 5 deletions assets/css/edd-admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,13 @@ a.edd-delete:hover {
z-index: 1;
}

.edd-from-to-wrapper input[name="start"],
.edd-from-to-wrapper input[name="start-date"],
.edd-from-to-wrapper input[name*="start"],
.edd-from-to-wrapper input[name="filter_from"] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.edd-from-to-wrapper input[name="end"],
.edd-from-to-wrapper input[name="end-date"],
.edd-from-to-wrapper input[name*="end"],
.edd-from-to-wrapper input[name="filter_to"] {
margin-right: -1px;
border-top-right-radius: 0;
Expand Down Expand Up @@ -2347,6 +2345,8 @@ body.download_page_edd-reports {
left: 6px;
}

/* Keeping this rule for Software Licensing Reports */
.edd-reports-wrapper .postbox h2,
.edd-reports-wrapper .postbox h3 {
font-size: 1.3em
}
Expand Down Expand Up @@ -2449,7 +2449,7 @@ body.download_page_edd-reports {
position: relative;
}

div.edd-to-and-from-container {
fieldset.edd-to-and-from-container {
display: grid;
display: -ms-grid;
grid-template-columns: 1fr 1fr;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/edd-admin-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/edd-admin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a946bfd

Please # to comment.