layered nav widget. #12038

This commit is contained in:
James Koster 2016-11-28 14:52:43 +00:00
parent 7888e7b2ca
commit 6150cb8049
2 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -246,7 +246,6 @@ a.remove {
line-height: 1;
text-align: center;
border-radius: 100%;
box-sizing: content-box;
box-shadow: none !important;
-webkit-box-shadow: none !important;
border: 1px solid #000;
@ -521,6 +520,22 @@ table.variations {
}
}
.widget_layered_nav {
.chosen {
&:before {
content: "×";
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
text-align: center;
border-radius: 100%;
border: 1px solid black;
margin-right: .25em;
}
}
}
/**
* Layout stuff
*/