diff --git a/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/index.jsx b/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/index.jsx index f4a0927aa0..54b67e1129 100644 --- a/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/index.jsx +++ b/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/index.jsx @@ -156,7 +156,7 @@ export const BrowseStep = ({ )} {(assetCount > 0 || folderCount > 0 || isSearching) && ( - + *:first-child { +.c28>*:first-child { margin-left: calc(-1*8px); } -.c35 { +.c36 { border-radius: 4px; color: #666687; font-size: 1.2rem; @@ -341,8 +341,8 @@ exports[`BrowseStep renders and match snapshot 1`] = ` text-decoration: none; } -.c35 :hover, -.c35 :focus { +.c36 :hover, +.c36 :focus { background-color: #dcdce4; color: #4a4a6a; } @@ -370,7 +370,7 @@ exports[`BrowseStep renders and match snapshot 1`] = ` cursor: default; } -.c24 { +.c25 { text-decoration: none; padding-block: 0.7rem; padding-inline: 0.7rem; @@ -380,16 +380,16 @@ exports[`BrowseStep renders and match snapshot 1`] = ` color: #8e8ea9; } -.c24:hover { +.c25:hover { background-color: #f6f6f9; color: #666687; } -.c24:active { +.c25:active { background-color: #eaeaef; } -.c24[aria-disabled='true'] { +.c25[aria-disabled='true'] { border: 1px solid #dcdce4; background: #eaeaef; color: #666687; @@ -445,18 +445,18 @@ exports[`BrowseStep renders and match snapshot 1`] = ` flex-wrap: wrap; } -.c38 { +.c39 { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; } -.c40 { +.c41 { grid-column: span 12; max-width: 100%; } -.c43 { +.c44 { height: 100%; left: 0; position: absolute; @@ -465,8 +465,8 @@ exports[`BrowseStep renders and match snapshot 1`] = ` width: 100%; } -.c43:hover, -.c43:focus { +.c44:hover, +.c44:focus { text-decoration: none; } @@ -478,8 +478,8 @@ exports[`BrowseStep renders and match snapshot 1`] = ` display: none; } -.c42:hover .c58, -.c42:focus-within .c58 { +.c43:hover .c58, +.c43:focus-within .c58 { display: block; } @@ -598,7 +598,7 @@ exports[`BrowseStep renders and match snapshot 1`] = ` max-width: 100%; } -.c21 svg path { +.c22 svg path { fill: #8e8ea9; } @@ -609,7 +609,7 @@ exports[`BrowseStep renders and match snapshot 1`] = ` } @media (prefers-reduced-motion: no-preference) { - .c24 { + .c25 { transition: background-color 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94),color 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94),border-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } } @@ -619,19 +619,19 @@ exports[`BrowseStep renders and match snapshot 1`] = ` } @media (min-width: 520px) { - .c40 { + .c41 { grid-column: span 12; } } @media (min-width: 768px) { - .c40 { + .c41 { grid-column: span 12; } } @media (min-width: 1080px) { - .c40 { + .c41 { grid-column: span 3; } } @@ -732,14 +732,14 @@ exports[`BrowseStep renders and match snapshot 1`] = `