mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
bracket matcher animation was kind of annoying when typing between brackets
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user