Skip to content

Commit

Permalink
Revert "Add support for menu description. (#1771)"
Browse files Browse the repository at this point in the history
This reverts commit 2658378.
  • Loading branch information
gigitux committed Apr 4, 2022
1 parent 07b1c71 commit 7257f8f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
8 changes: 0 additions & 8 deletions assets/css/base/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,6 @@
transition: none;

> li {
vertical-align: top;

// The first level menu item
> a {
padding: ms(3) 1em;
Expand All @@ -571,12 +569,6 @@
}
}

.menu-item-description {
font-size: ms(-1);
opacity: 0.67;
margin: 0;
}

ul {
// Dropdowns
margin-left: 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/woocommerce/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ dl.variation {

.count {
font-weight: 400;
opacity: 0.67;
opacity: 0.5;
font-size: ms(-1);
}

Expand Down
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
);

require 'inc/storefront-functions.php';
require 'inc/storefront-menu-functions.php';
require 'inc/storefront-template-hooks.php';
require 'inc/storefront-template-functions.php';
require 'inc/wordpress-shims.php';
Expand Down
25 changes: 0 additions & 25 deletions inc/storefront-menu-functions.php

This file was deleted.

0 comments on commit 7257f8f

Please sign in to comment.