layered nav widget. #12038
This commit is contained in:
parent
7888e7b2ca
commit
6150cb8049
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue