Skip to content

Commit

Permalink
Rating widget standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Feb 9, 2016
2 parents e20565c + 7e32eb1 commit 75cbb74
Show file tree
Hide file tree
Showing 10 changed files with 1,253 additions and 955 deletions.
2 changes: 1 addition & 1 deletion assets/css/woocommerce.css

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions assets/css/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,43 @@ p.demo_store {
right: -1px;
}
}

/**
* Rating Filter Widget
*/
.widget_rating_filter {
ul {
margin: 0;
padding: 0;
border: 0;
list-style: none outside;

li {
@include clearfix();
padding: 0 0 1px;
list-style: none;

a {
padding: 1px 0;
text-decoration: none;
}

.star-rating {
float: none;
display: inline-block;
}
}

li.chosen {
a {
&:before {
@include iconbefore( "\e013" );
color: $red;
}
}
}
}
}
}

/**
Expand Down
Loading

0 comments on commit 75cbb74

Please sign in to comment.