Skip to content

Commit

Permalink
Bundled Theme: Fix social links text decoration
Browse files Browse the repository at this point in the history
Adds missing text decoration rule to the wp-block-social-links to ensure that social link anchors matches editor style.
  • Loading branch information
SainathPoojary committed Nov 19, 2024
1 parent 6c00c00 commit e209bf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,11 @@
}
}

//! wp-block-social-links
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor {
text-decoration: none;
}

//! Font Sizes
.has-small-font-size {
font-size: $font__size-sm;
Expand Down

0 comments on commit e209bf6

Please sign in to comment.