/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tabby-core/src/components/windowControls.component.scss
38 строк
632 B
nguyenhuukhoi
Fix themed backgrounds for side tabs and title bar (#11219)
07 май 2026, 23:17
Не верифицирован
07 май 2026, 23:17
4c4b1f0
Код
Авторство
О чём код?
:host { display: flex; background: transparent; color: inherit; } button { flex: none; border: none; box-shadow: none; border-radius: 0; background: transparent !important; color: inherit !important; font-size: 8px; width: 40px; padding: 0; line-height: 0; text-align: center; align-items: center; justify-content: center; &:not(:hover):not(:active) { background: transparent; } &:focus { box-shadow: none; } svg { width: 10px; height: 10px; path { fill: currentColor; } } }