sirius-press/wp-includes/blocks/social-link/editor.css
Silent Mode 1f173de885 WordPress 7.1.1
Pristine upstream, unpacked from the official wordpress.org tarball.

  https://wordpress.org/wordpress-7.1.1.tar.gz
  sha1   2a9d68474e8703aa3a66f80427b325e0941b6a1e  (published by wordpress.org)
  sha256 3996fee13448ef12e07e9f0c77db2f655ffa1b7cde71c80a4965d3bf1fb956b3

This branch carries nothing but upstream releases, one commit each, and is
never edited. It is the other side of the git-subtree merge that brings
security releases into SiriusPress/wordpress/ — see
SiriusPress/docs/upstream-merges.md.
2026-09-21 02:53:57 +02:00

36 lines
No EOL
746 B
CSS

.wp-block-social-links .wp-social-link {
line-height: 0;
}
.wp-block-social-link-anchor {
align-items: center;
background: none;
border: 0;
box-sizing: border-box;
cursor: pointer;
display: inline-flex;
font-size: inherit;
color: currentColor;
height: auto;
font-weight: inherit;
font-family: inherit;
margin: 0;
opacity: 1;
padding: 0.25em;
}
.wp-block-social-link-anchor:hover {
transform: none;
}
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
padding-left: 0.6666666667em;
padding-right: 0.6666666667em;
}
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) {
padding: 0;
}
.wp-block-social-link__toolbar_content_text {
width: 250px;
}