Helper: fix counter indicator in subscriptions filter

This commit is contained in:
José Marques 2017-09-05 17:33:10 +01:00
parent 5cb9ddf290
commit eec2bb1a1a
2 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -137,7 +137,6 @@ $color_button_secondary: $woo_pink2;
font-size: 14px;
label,
span,
li {
line-height: 21px;
padding: 8px 16px;
@ -148,7 +147,6 @@ $color_button_secondary: $woo_pink2;
}
}
span,
li {
border-bottom: 1px solid #E1E1E1;
}
@ -158,7 +156,10 @@ $color_button_secondary: $woo_pink2;
display: block;
}
span,
label {
text-decoration: none;
}
li {
display: none;
}
@ -187,7 +188,6 @@ $color_button_secondary: $woo_pink2;
border-bottom: 1px solid #E1E1E1;
}
span,
li {
display: block;
}