We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5792765 commit 08b608fCopy full SHA for 08b608f
sass/popup.scss
@@ -769,6 +769,17 @@ svg {
769
}
770
771
772
+@keyframes flash {
773
+ 0%,
774
+ 33% {
775
+ opacity: 0;
776
+ }
777
+ 33.1%,
778
+ 100% {
779
+ opacity: 1;
780
781
+}
782
+
783
@keyframes fadeshow {
784
0% {
785
opacity: 0;
@@ -926,4 +937,12 @@ svg {
926
937
927
938
928
939
940
941
+ #codes {
942
+ &:not(.edit) {
943
+ .code.timeout:not(.hotp) {
944
+ animation: flash 1s infinite;
945
946
947
929
948
0 commit comments