mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
sublte animation on bracket match
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
.bracket-matcher {
|
||||
position: absolute;
|
||||
border-bottom: 1px solid #f8de7e;
|
||||
@-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