/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/muya/src/ui/codeBlockLanguageSelector/index.css
54 строки
923 B
Ran Luo
feat(muya): migrate TS rewrite to packages/muya alongside legacy muyajs (#4314)
29 май 2026, 15:35
Не верифицирован
29 май 2026, 15:35
0d86641
Код
Авторство
О чём код?
.mu-list-picker { box-sizing: border-box; width: 140px; max-height: 156px; padding: 8px 0; overflow-y: auto; font-size: 14px; } .mu-list-picker ul, .mu-list-picker li { margin: 0; padding: 0; } .mu-list-picker .item { display: flex; align-items: center; justify-content: space-between; height: 28px; padding: 0 10px; list-style: none; } .mu-list-picker:hover .active { background: transparent; } .mu-list-picker .item:hover, .mu-list-picker .item.active { background-color: var(--float-hover-color); } .mu-list-picker .item .icon-wrapper { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; } .mu-list-picker .item .icon-wrapper span::before { font-size: 14px; } .mu-list-picker .item .language { flex: 1; color: var(--editor-color); font-size: 14px; line-height: 28px; }