diff --git a/__snapshots__/storybook.test.ts.snap b/__snapshots__/storybook.test.ts.snap index bdd5a5a89..41297b8d7 100644 --- a/__snapshots__/storybook.test.ts.snap +++ b/__snapshots__/storybook.test.ts.snap @@ -1323,113 +1323,6 @@ Array [ ] `; -exports[`Storyshots Building-Blocks/Dropdown Dropdown With Label 1`] = ` - - -
  • - One -
  • -
  • - Two -
  • -
  • - Three -
  • -
    -
    -`; - -exports[`Storyshots Building-Blocks/Dropdown Dropdown With Label 2`] = ` -.c0 { - background: transparent; - border: none; - color: white; - display: block; - float: right; - line-height: 20px; - padding: 15px; - -webkit-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; -} - -.c0:hover, -.c0[aria-expanded="true"] { - background: rgba(0,0,0,0.05); - color: #ECECEC; - cursor: pointer; -} - -.c0.active { - background: rgba(0,0,0,0.05); -} - -@media (max-width:768px) { - .c0 { - padding: 10px; - } -} - - - - -`; - exports[`Storyshots EndpointsOverlay Endpoints Overlay With Custom Map Markers 1`] = `