add button to skip all cws
This commit is contained in:
parent
1e7a58359d
commit
ccb4c2eabd
4 changed files with 60 additions and 32 deletions
|
@ -123,6 +123,7 @@ figure > img {
|
|||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-flow: row wrap;
|
||||
margin-top: 0;
|
||||
margin-bottom: -0.5em;
|
||||
}
|
||||
|
||||
|
@ -139,7 +140,7 @@ figure > img {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.bb-choice input {
|
||||
.buttonbar input {
|
||||
display: inline;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
@ -149,7 +150,7 @@ figure > img {
|
|||
width: 0;
|
||||
}
|
||||
|
||||
.bb-choice label, .bb-links li {
|
||||
.buttonbar label, .bb-links li {
|
||||
margin-right: 0.5em;
|
||||
padding: 0 0.35em;
|
||||
border-radius: var(--button-corner);
|
||||
|
@ -159,11 +160,11 @@ figure > img {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
.bb-choice :focus ~ label, .bb-links li:focus-within {
|
||||
.buttonbar :focus ~ label, .bb-links li:focus-within {
|
||||
box-shadow: var(--focus-box);
|
||||
}
|
||||
|
||||
.bb-choice :checked ~ label {
|
||||
.buttonbar :checked ~ label {
|
||||
color: var(--button-bg);
|
||||
background: var(--text-col);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue