Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Apr 26, 2024
1 parent 6e13e2a commit 9e7c553
Showing 1 changed file with 17 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ exports[`OakSearchFilterCheckBox matches snapshot 1`] = `
border-color: #808080;
}
.c6:hover:not(:disabled) {
background: #ffffff;
}
.c4:has(input:not(:disabled)) {
cursor: pointer;
}
Expand All @@ -130,6 +134,19 @@ exports[`OakSearchFilterCheckBox matches snapshot 1`] = `
text-decoration: underline;
}
.c4:hover:has(input:not(:disabled)) {
background-color: #f2f2f2;
}
.c4:focus-within {
box-shadow: 0 0 0 0.125rem rgba(255,229,85,100%), 0 0 0 0.3rem rgba(87,87,87,100%);
}
.c4:has(input:checked:not(:disabled)) {
background-color: #222222;
color: #ffffff;
}
@media (hover:hover) {
.c12:hover {
-webkit-text-decoration: underline;
Expand All @@ -143,27 +160,6 @@ exports[`OakSearchFilterCheckBox matches snapshot 1`] = `
}
}
@media (hover:hover) {
.c6:hover:not(:disabled) {
background: #ffffff;
}
}
@media (hover:hover) {
.c4:hover:has(input:not(:disabled)) {
background-color: #f2f2f2;
}
.c4:focus-within {
box-shadow: 0 0 0 0.125rem rgba(255,229,85,100%), 0 0 0 0.3rem rgba(87,87,87,100%);
}
.c4:has(input:checked:not(:disabled)) {
background-color: #222222;
color: #ffffff;
}
}
<div
className="c0 c1"
>
Expand Down

0 comments on commit 9e7c553

Please sign in to comment.