mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
Fix snapshots
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
b1a4247bf2
commit
3a4128883b
@ -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%"
|
||||
>
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user