Skip to content

Commit

Permalink
test: update storyshots
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Jan 24, 2024
1 parent 632b102 commit b8d458d
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,8 @@ exports[`Storyshots DropdownSelector Long Names 1`] = `
padding-left: 8px;
background-color: var(--charcoal-surface3);
border-radius: 4px;
-webkit-transition: 0.2s box-shadow;
transition: 0.2s box-shadow;
-webkit-transition: 0.2s box-shadow,0.2s background-color;
transition: 0.2s box-shadow,0.2s background-color;
}

.c1:disabled,
Expand All @@ -805,6 +805,11 @@ exports[`Storyshots DropdownSelector Long Names 1`] = `
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}

.c1:not(:disabled):not([aria-disabled]):hover,
.c1[aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}

.c2 {
text-align: left;
font-size: 14px;
Expand Down

0 comments on commit b8d458d

Please sign in to comment.