From 26ae1bce6b81edae27e5f4992368509226b63f37 Mon Sep 17 00:00:00 2001 From: Matej Lubej Date: Tue, 23 Apr 2024 12:09:50 +0200 Subject: [PATCH] Update snapshots to match upgraded jest-styled-components pkg --- .../__snapshots__/index.test.tsx.snap | 112 ++---------------- 1 file changed, 13 insertions(+), 99 deletions(-) diff --git a/src/app/pages/OpenWalletPage/__tests__/__snapshots__/index.test.tsx.snap b/src/app/pages/OpenWalletPage/__tests__/__snapshots__/index.test.tsx.snap index 0542af3aba..c12200e50a 100644 --- a/src/app/pages/OpenWalletPage/__tests__/__snapshots__/index.test.tsx.snap +++ b/src/app/pages/OpenWalletPage/__tests__/__snapshots__/index.test.tsx.snap @@ -50,12 +50,6 @@ exports[` should render component 1`] = ` width: 24px; } -.c6 { - font-size: 14px; - line-height: 20px; - text-align: center; -} - .c3 { display: inline-block; box-sizing: border-box; @@ -128,76 +122,6 @@ exports[` should render component 1`] = ` border: 0; } -.c5 { - display: inline-block; - box-sizing: border-box; - cursor: pointer; - font: inherit; - -webkit-text-decoration: none; - text-decoration: none; - margin: 0; - background: transparent; - overflow: visible; - text-transform: none; - border: 2px solid #7D4CDB; - border-radius: 18px; - color: #444444; - padding: 4px 22px; - font-size: 18px; - line-height: 24px; - background-color: #7D4CDB; - color: #f8f8f8; - border-radius: 18px; - opacity: 0.3; - cursor: default; - -webkit-transition-property: color,background-color,border-color,box-shadow; - transition-property: color,background-color,border-color,box-shadow; - -webkit-transition-duration: 0.1s; - transition-duration: 0.1s; - -webkit-transition-timing-function: ease-in-out; - transition-timing-function: ease-in-out; -} - -.c5:focus { - outline: none; - box-shadow: 0 0 2px 2px #6FFFB0; -} - -.c5:focus > circle, -.c5:focus > ellipse, -.c5:focus > line, -.c5:focus > path, -.c5:focus > polygon, -.c5:focus > polyline, -.c5:focus > rect { - outline: none; - box-shadow: 0 0 2px 2px #6FFFB0; -} - -.c5:focus::-moz-focus-inner { - border: 0; -} - -.c5:focus:not(:focus-visible) { - outline: none; - box-shadow: none; -} - -.c5:focus:not(:focus-visible) > circle, -.c5:focus:not(:focus-visible) > ellipse, -.c5:focus:not(:focus-visible) > line, -.c5:focus:not(:focus-visible) > path, -.c5:focus:not(:focus-visible) > polygon, -.c5:focus:not(:focus-visible) > polyline, -.c5:focus:not(:focus-visible) > rect { - outline: none; - box-shadow: none; -} - -.c5:focus:not(:focus-visible)::-moz-focus-inner { - border: 0; -} - .c1 { margin-top: 0px; font-size: 34px; @@ -317,30 +241,20 @@ exports[` should render component 1`] = `