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.
39 lines
No EOL
883 B
CSS
39 lines
No EOL
883 B
CSS
.wp-block-accordion-heading__toggle {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
letter-spacing: inherit;
|
|
text-transform: inherit;
|
|
text-decoration: inherit;
|
|
word-spacing: inherit;
|
|
font-style: inherit;
|
|
background: none;
|
|
border: none;
|
|
color: inherit;
|
|
padding: var(--wp--preset--spacing--20, 1em) 0;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: inherit;
|
|
width: 100%;
|
|
}
|
|
.wp-block-accordion-heading__toggle:not(:focus-visible) {
|
|
outline: none;
|
|
}
|
|
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.wp-block-accordion-heading__toggle-title {
|
|
flex: 1;
|
|
}
|
|
|
|
.wp-block-accordion-heading__toggle-icon {
|
|
width: 1.2em;
|
|
height: 1.2em;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |