Helper: fix counter indicator in subscriptions filter
This commit is contained in:
parent
5cb9ddf290
commit
eec2bb1a1a
File diff suppressed because one or more lines are too long
|
@ -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,12 +156,15 @@ $color_button_secondary: $woo_pink2;
|
|||
display: block;
|
||||
}
|
||||
|
||||
span,
|
||||
li{
|
||||
label {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li{
|
||||
li {
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
|
@ -183,12 +184,11 @@ $color_button_secondary: $woo_pink2;
|
|||
&:hover {
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
|
||||
label{
|
||||
label {
|
||||
border-bottom: 1px solid #E1E1E1;
|
||||
}
|
||||
|
||||
span,
|
||||
li{
|
||||
li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue