Fix snapshots

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2021-11-02 17:14:19 +01:00
parent b1a4247bf2
commit 3a4128883b
3 changed files with 9 additions and 8 deletions

View File

@ -158,6 +158,7 @@ exports[`<MediaLibraryInput /> renders and matches the snapshot 1`] = `
<button
class="c10 c11"
height="100%"
style="cursor: pointer;"
type="button"
width="100%"
>

View File

@ -770,10 +770,6 @@ describe('Admin | containers | RoleCreatePage', () => {
background: #d9d8ff;
}
.c40:hover:not([aria-disabled='true']) svg path {
fill: #4945ff;
}
.c47 {
background: transparent;
border: none;
@ -861,6 +857,10 @@ describe('Admin | containers | RoleCreatePage', () => {
height: 5.5rem;
}
.c44:hover svg path {
fill: #4945ff;
}
@media (max-width:68.75rem) {
.c20 {
grid-column: span;

View File

@ -853,10 +853,6 @@ describe('Admin | containers | RoleEditPage', () => {
background: #d9d8ff;
}
.c47:hover:not([aria-disabled='true']) svg path {
fill: #4945ff;
}
.c54 {
background: transparent;
border: none;
@ -944,6 +940,10 @@ describe('Admin | containers | RoleEditPage', () => {
height: 5.5rem;
}
.c51:hover svg path {
fill: #4945ff;
}
@media (max-width:68.75rem) {
.c27 {
grid-column: span;