Skip to content

Commit

Permalink
New: comply with WP Plugin Check standards (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadNateqi authored Oct 30, 2024
1 parent 06c1381 commit 7a35853
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 218 deletions.
23 changes: 23 additions & 0 deletions assets/css/wpmenucart-settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,27 @@ body.woocommerce_page_wpmenucart_options_page {
position: absolute;
bottom: 64px;
left: -10px;
}

.wpo_wpmenucart_settings .pro-setting-wrapper {
display: inline-block;
position: relative;
}

.wpo_wpmenucart_settings .hidden-input,
.wpo_wpmenucart_settings .hidden-input-icon {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: white;
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity=0);
}

.wpo_wpmenucart_settings .pro-feature,
.wpo_wpmenucart_settings .pro-icon {
display: none;
}
2 changes: 1 addition & 1 deletion assets/css/wpmenucart-settings.min.css

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

Loading

0 comments on commit 7a35853

Please sign in to comment.