fix: remove svg checkmark from editor toolbar (#5776)
This commit is contained in:
parent
7b8d390ee4
commit
6190822506
@ -158,18 +158,6 @@ const BackStatus = styled.div`
|
||||
|
||||
const BackStatusUnchanged = styled(BackStatus)`
|
||||
${components.textBadgeSuccess};
|
||||
|
||||
&::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: ${colors.successText};
|
||||
margin-left: 5px;
|
||||
|
||||
position: relative;
|
||||
top: 1px;
|
||||
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
`;
|
||||
|
||||
const BackStatusChanged = styled(BackStatus)`
|
||||
|
@ -200,7 +200,7 @@ exports[`EditorToolbar should render normal save button 1`] = `
|
||||
class="emotion-21 emotion-22"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -463,7 +463,7 @@ exports[`EditorToolbar should render normal save button 2`] = `
|
||||
class="emotion-21 emotion-22"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -575,16 +575,6 @@ exports[`EditorToolbar should render with default props 1`] = `
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-14 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -705,7 +695,7 @@ exports[`EditorToolbar should render with default props 1`] = `
|
||||
class="emotion-18 emotion-19"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -807,16 +797,6 @@ exports[`EditorToolbar should render with status=draft,useOpenAuthoring=false 1`
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-19 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -1000,7 +980,7 @@ exports[`EditorToolbar should render with status=draft,useOpenAuthoring=false 1`
|
||||
class="emotion-23 emotion-24"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -1114,16 +1094,6 @@ exports[`EditorToolbar should render with status=draft,useOpenAuthoring=true 1`]
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-26 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -1340,7 +1310,7 @@ exports[`EditorToolbar should render with status=draft,useOpenAuthoring=true 1`]
|
||||
class="emotion-30 emotion-31"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -1481,16 +1451,6 @@ exports[`EditorToolbar should render with status=pending_publish,useOpenAuthorin
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-19 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -1674,7 +1634,7 @@ exports[`EditorToolbar should render with status=pending_publish,useOpenAuthorin
|
||||
class="emotion-23 emotion-24"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -1788,16 +1748,6 @@ exports[`EditorToolbar should render with status=pending_publish,useOpenAuthorin
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-24 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -1996,7 +1946,7 @@ exports[`EditorToolbar should render with status=pending_publish,useOpenAuthorin
|
||||
class="emotion-28 emotion-29"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -2132,16 +2082,6 @@ exports[`EditorToolbar should render with status=pending_review,useOpenAuthoring
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-19 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -2325,7 +2265,7 @@ exports[`EditorToolbar should render with status=pending_review,useOpenAuthoring
|
||||
class="emotion-23 emotion-24"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -2439,16 +2379,6 @@ exports[`EditorToolbar should render with status=pending_review,useOpenAuthoring
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-26 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -2665,7 +2595,7 @@ exports[`EditorToolbar should render with status=pending_review,useOpenAuthoring
|
||||
class="emotion-30 emotion-31"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -2806,16 +2736,6 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-14 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -2942,7 +2862,7 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
class="emotion-18 emotion-19"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -3043,16 +2963,6 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-12 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -3154,7 +3064,7 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
class="emotion-16 emotion-17"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -3250,16 +3160,6 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-14 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -3386,7 +3286,7 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
class="emotion-18 emotion-19"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -3487,16 +3387,6 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-14 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -3623,7 +3513,7 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
class="emotion-18 emotion-19"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -3724,16 +3614,6 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-14 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -3860,7 +3740,7 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
class="emotion-18 emotion-19"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
@ -3961,16 +3841,6 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
color: #005614;
|
||||
}
|
||||
|
||||
.emotion-4::after {
|
||||
height: 12px;
|
||||
width: 15.5px;
|
||||
color: #005614;
|
||||
margin-left: 5px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='11'><path fill='#005614' fill-rule='nonzero' d='M4.016 11l-.648-.946a6.202 6.202 0 0 0-.157-.22 9.526 9.526 0 0 1-.096-.133l-.511-.7a7.413 7.413 0 0 0-.162-.214l-.102-.134-.265-.346a26.903 26.903 0 0 0-.543-.687l-.11-.136c-.143-.179-.291-.363-.442-.54l-.278-.332a8.854 8.854 0 0 0-.192-.225L.417 6.28l-.283-.324L0 5.805l1.376-1.602c.04.027.186.132.186.132l.377.272.129.095c.08.058.16.115.237.175l.37.28c.192.142.382.292.565.436l.162.126c.27.21.503.398.714.574l.477.393c.078.064.156.127.23.194l.433.375.171-.205A50.865 50.865 0 0 1 8.18 4.023a35.163 35.163 0 0 1 2.382-2.213c.207-.174.42-.349.635-.518l.328-.255.333-.245c.072-.055.146-.107.221-.159l.117-.083c.11-.077.225-.155.341-.23.163-.11.334-.217.503-.32l1.158 1.74a11.908 11.908 0 0 0-.64.55l-.065.06c-.07.062-.139.125-.207.192l-.258.249-.26.265c-.173.176-.345.357-.512.539a32.626 32.626 0 0 0-1.915 2.313 52.115 52.115 0 0 0-2.572 3.746l-.392.642-.19.322-.233.382H4.016z'/></svg>");
|
||||
}
|
||||
|
||||
.emotion-14 {
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
@ -4097,7 +3967,7 @@ exports[`EditorToolbar should render with workflow controls hasUnpublishedChange
|
||||
class="emotion-18 emotion-19"
|
||||
>
|
||||
<mock-link
|
||||
classname="css-10u6bs8-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
classname="css-6yv32w-ToolbarSectionBackLink-toolbarSection evqrzhe8"
|
||||
to=""
|
||||
>
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user