зеркало из https://github.com/mozilla/brackets.git
Fix https://github.com/mozilla/thimble.webmaker.org/issues/639 - add cursor:pointer to files in file tray
This commit is contained in:
Родитель
25d02b2528
Коммит
598f300eb6
|
@ -9,3 +9,8 @@
|
|||
flex-flow: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
/* Make it obvious that files in the sidebar are something you can click. */
|
||||
li.jstree-leaf > a {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче