/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/muya/src/ui/tableRowColumMenu/index.css
49 строк
803 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-table-bar-tools { min-width: 120px; } .mu-table-bar-tools ul, .mu-table-bar-tools li { margin: 0; padding: 0; } .mu-table-bar-tools ul { padding: 5px 0; } .mu-table-bar-tools li.item { position: relative; height: 25px; padding: 0 8px; color: var(--editor-color); font-size: 13px; line-height: 25px; white-space: nowrap; cursor: pointer; } .mu-table-bar-tools li.item[data-label='remove'] { margin-top: 10px; } .mu-table-bar-tools li.item[data-label='remove']::before { position: absolute; top: -5px; left: 8px; display: block; width: calc(100% - 16px); height: 1px; background: var(--editor-color-04); content: ''; } .mu-table-bar-tools li.item:hover { background-color: var(--float-hover-color); }