diff --git a/packages/strapi-admin/admin/src/containers/Webhooks/EditView/tests/__snapshots__/index.test.js.snap b/packages/strapi-admin/admin/src/containers/Webhooks/EditView/tests/__snapshots__/index.test.js.snap index da6a18d239..7c36f8fc09 100644 --- a/packages/strapi-admin/admin/src/containers/Webhooks/EditView/tests/__snapshots__/index.test.js.snap +++ b/packages/strapi-admin/admin/src/containers/Webhooks/EditView/tests/__snapshots__/index.test.js.snap @@ -2,7 +2,63 @@ exports[`Admin | containers | EditView should match the snapshot 1`] = ` - .c5 { + .c1 { + position: fixed; + top: 0; + height: 6rem; + width: 6.5rem; + line-height: 6rem; + z-index: 1050; + text-align: center; + background-color: #ffffff; + color: #81848a; + border-top: 1px solid #f3f4f4; + border-right: 1px solid #f3f4f4; + border-left: 1px solid #f3f4f4; + cursor: pointer; +} + +.c1:before { + content: '\\f053'; + font-family: 'FontAwesome'; + font-size: 1.8rem; + font-weight: bolder; +} + +.c1:hover { + background-color: #f3f4f4; +} + +.c15 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + height: 20px; + width: 20px; + margin: 8px 5px 0px 0px; + border-radius: 50%; + border: 1px solid #e3e9f3; + cursor: pointer; +} + +.c15:focus { + outline: 0; +} + +.c15:after { + content: '\\f068'; + font-family: FontAwesome; + font-size: 9px; + line-height: 18px; + color: #007eff; +} + +.c5 { height: 30px; padding: 0 15px; font-weight: 500; @@ -402,62 +458,6 @@ exports[`Admin | containers | EditView should match the snapshot 1`] = ` font-size: 0.94em; } -.c1 { - position: fixed; - top: 0; - height: 6rem; - width: 6.5rem; - line-height: 6rem; - z-index: 1050; - text-align: center; - background-color: #ffffff; - color: #81848a; - border-top: 1px solid #f3f4f4; - border-right: 1px solid #f3f4f4; - border-left: 1px solid #f3f4f4; - cursor: pointer; -} - -.c1:before { - content: '\\f053'; - font-family: 'FontAwesome'; - font-size: 1.8rem; - font-weight: bolder; -} - -.c1:hover { - background-color: #f3f4f4; -} - -.c15 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - height: 20px; - width: 20px; - margin: 8px 5px 0px 0px; - border-radius: 50%; - border: 1px solid #e3e9f3; - cursor: pointer; -} - -.c15:focus { - outline: 0; -} - -.c15:after { - content: '\\f068'; - font-family: FontAwesome; - font-size: 9px; - line-height: 18px; - color: #007eff; -} - .c9 { position: relative; padding-bottom: 23px; diff --git a/packages/strapi-admin/admin/src/containers/Webhooks/ListView/tests/__snapshots__/index.test.js.snap b/packages/strapi-admin/admin/src/containers/Webhooks/ListView/tests/__snapshots__/index.test.js.snap index 8b0fb849c3..6188a9a0f9 100644 --- a/packages/strapi-admin/admin/src/containers/Webhooks/ListView/tests/__snapshots__/index.test.js.snap +++ b/packages/strapi-admin/admin/src/containers/Webhooks/ListView/tests/__snapshots__/index.test.js.snap @@ -2,7 +2,38 @@ exports[`Admin | containers | ListView should match the snapshot 1`] = ` - .c4 { + .c6 button { + width: 100%; + height: 54px; + border-top: 1px solid #aed4fb; + color: #007eff; + font-weight: 500; + text-transform: uppercase; + background-color: #e6f0fb; + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} + +.c6 button svg { + vertical-align: initial; +} + +.c6 button:hover { + box-shadow: none; +} + +.c6 button:focus { + outline: 0; +} + +.c8 { + width: 37.5rem !important; + -webkit-font-smoothing: antialiased !important; +} + +.c4 { height: 30px; padding: 0 15px; font-weight: 500; @@ -157,37 +188,6 @@ exports[`Admin | containers | ListView should match the snapshot 1`] = ` font-size: 0.94em; } -.c6 button { - width: 100%; - height: 54px; - border-top: 1px solid #aed4fb; - color: #007eff; - font-weight: 500; - text-transform: uppercase; - background-color: #e6f0fb; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; -} - -.c6 button svg { - vertical-align: initial; -} - -.c6 button:hover { - box-shadow: none; -} - -.c6 button:focus { - outline: 0; -} - -.c8 { - width: 41.6rem !important; - -webkit-font-smoothing: antialiased !important; -} - .c5 { padding: 54px 30px 30px; text-align: center;