Merge pull request #26609 from woocommerce/fix/26608-twentytwenty-price-underline

Twenty Twenty: remove underline from discounted prices
This commit is contained in:
Claudio Sanches 2020-07-01 14:28:32 -03:00 committed by GitHub
commit c6fbae605b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ a.button {
ins {
display: inline-block;
text-decoration: none;
}
}