diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 718c30c..502d0cf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,7 +12,6 @@ - @@ -373,10 +379,10 @@ - + - + diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 516fbe2..1a52f84 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -117,6 +117,12 @@ border-color: #44D7B6; } +.Qr-item:active .Qr-item-image { + -webkit-transition-duration: 0s; /* Safari */ + transition-duration: 0s; + border-color: #3BBC9F; +} + .Qr-item:hover .Qr-item-image-inner { opacity: 1; } @@ -231,6 +237,13 @@ table { color: #000000; } +.Qr-input:active { + -webkit-transition-duration: 0s; /* Safari */ + transition-duration: 0s; + border-color: #3BBC9F; + color: #000000; +} + .Qr-table { width: 100%; border-spacing: 0;