/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tabby-core/src/components/splitTabPaneLabel.component.scss
36 строк
603 B
Eugene Pankov
improve tab rearranging UI
20 ноя 2022, 22:22
Не верифицирован
20 ноя 2022, 22:22
875e693
Код
Авторство
О чём код?
:host { position: absolute; background: rgba(0, 0, 0, .5); display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 10; opacity: 0; transition: .125s opacity cubic-bezier(0.86, 0, 0.07, 1); } div { background: rgba(0, 0, 0, .7); padding: 20px 30px; margin: 20px; font-size: 16px; color: #fff; display: flex; align-items: center; border-radius: 5px; cursor: move; } :host.active { opacity: 1; > div { pointer-events: initial; } } label { margin: 0; cursor: move; }