mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 22:32:02 +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
|
<button
|
||||||
class="c10 c11"
|
class="c10 c11"
|
||||||
height="100%"
|
height="100%"
|
||||||
|
style="cursor: pointer;"
|
||||||
type="button"
|
type="button"
|
||||||
width="100%"
|
width="100%"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -770,10 +770,6 @@ describe('Admin | containers | RoleCreatePage', () => {
|
|||||||
background: #d9d8ff;
|
background: #d9d8ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c40:hover:not([aria-disabled='true']) svg path {
|
|
||||||
fill: #4945ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c47 {
|
.c47 {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
@ -861,6 +857,10 @@ describe('Admin | containers | RoleCreatePage', () => {
|
|||||||
height: 5.5rem;
|
height: 5.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c44:hover svg path {
|
||||||
|
fill: #4945ff;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width:68.75rem) {
|
@media (max-width:68.75rem) {
|
||||||
.c20 {
|
.c20 {
|
||||||
grid-column: span;
|
grid-column: span;
|
||||||
|
|||||||
@ -853,10 +853,6 @@ describe('Admin | containers | RoleEditPage', () => {
|
|||||||
background: #d9d8ff;
|
background: #d9d8ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c47:hover:not([aria-disabled='true']) svg path {
|
|
||||||
fill: #4945ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c54 {
|
.c54 {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
@ -944,6 +940,10 @@ describe('Admin | containers | RoleEditPage', () => {
|
|||||||
height: 5.5rem;
|
height: 5.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c51:hover svg path {
|
||||||
|
fill: #4945ff;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width:68.75rem) {
|
@media (max-width:68.75rem) {
|
||||||
.c27 {
|
.c27 {
|
||||||
grid-column: span;
|
grid-column: span;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user