forked from mirror/_s
Remove unused CSS.
This commit is contained in:
parent
649b59d063
commit
196ee77755
|
@ -9,10 +9,6 @@
|
||||||
|
|
||||||
.cart-contents {
|
.cart-contents {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
.icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget_shopping_cart {
|
.widget_shopping_cart {
|
||||||
|
@ -252,18 +248,11 @@ p.no-comments {
|
||||||
top: 100%;
|
top: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
font-size: ms(-1);
|
|
||||||
left: -999em;
|
left: -999em;
|
||||||
display: block;
|
display: block;
|
||||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cart-contents {
|
|
||||||
.icon {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.focus {
|
&.focus {
|
||||||
.widget_shopping_cart {
|
.widget_shopping_cart {
|
||||||
|
|
|
@ -289,10 +289,6 @@ ul.products li.product .button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header-cart .cart-contents .icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site-header-cart .widget_shopping_cart {
|
.site-header-cart .widget_shopping_cart {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -506,14 +502,10 @@ p.no-comments {
|
||||||
top: 100%;
|
top: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
font-size: ms(-1);
|
|
||||||
left: -999em;
|
left: -999em;
|
||||||
display: block;
|
display: block;
|
||||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
.site-header-cart .cart-contents .icon {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
|
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
|
||||||
left: 0;
|
left: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Reference in New Issue