bracket matcher animation was kind of annoying when typing between brackets

This commit is contained in:
Justin Palmer
2013-02-06 15:14:00 -08:00
parent 1f50ca8d16
commit 5ad38c9bc6

View File

@@ -1,12 +1,4 @@
@-webkit-keyframes bracketmatch {
from { border-bottom-color: transparent; }
to { border-bottom-color: lime; }
}
.bracket-matcher {
border-bottom: 1px dotted lime;
position: absolute;
-webkit-animation-name: bracketmatch;
-webkit-animation-duration: 0.15s;
-webkit-animation-iteration-count: 2;
}