Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit da64651

Browse files
committed
Missed autocomplete unprefixed keyframes.
1 parent 9fec5ce commit da64651

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/brackets.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,10 @@ textarea.exclusions-editor {
13471347
0% { opacity: 0.6; -webkit-transform: translate3d(0, 0, 0) scale(0.6); }
13481348
100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); }
13491349
}
1350+
@keyframes autocomplete {
1351+
0% { opacity: 0.6; transform: translate3d(0, 0, 0) scale(0.6); }
1352+
100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
1353+
}
13501354

13511355
.quicksearch-pathmatch,
13521356
.quicksearch-namematch {

0 commit comments

Comments
 (0)