/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/atom-dark-ui/styles/tree-view.less
35 строк
594 B
David Wilson
:arrow_right: Migrate core package 'atom-dark-ui' into ./packages
24 сен 2018, 20:57
24 сен 2018, 20:57
871aba8
Код
Авторство
О чём код?
.tree-view { font-size: @font-size; background: @tree-view-background-color; .selected:before { background: #444; box-shadow: inset -3px 0 0 rgba(0,0,0, .05); } } .tree-view-resizer { .tree-view-resize-handle { width: 8px; } } .focusable-panel { opacity: 1; box-shadow: inset -3px 0 0 rgba(0,0,0, .05); &:focus { background: #282828; .selected:before { background: @background-color-selected; } } } [data-show-on-right-side=true] { .tree-view .selected:before, .focusable-panel { box-shadow: inset 3px 0 0 rgba(0,0,0, .05); } }