Remove text decorations from product filter (https://github.com/woocommerce/woocommerce-blocks/pull/5384)
This commit is contained in:
parent
047abeab84
commit
9a1cd85779
|
@ -11,8 +11,6 @@
|
|||
width: 100%;
|
||||
|
||||
li {
|
||||
text-decoration: underline;
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
margin: 0;
|
||||
|
||||
li {
|
||||
text-decoration: underline;
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue