/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/feedback-shared/feedback-table/feedback-table.component.css
106 строк
2 KB
NITISH KUMAR
[GSoC 2026] M2.3.1- Fix part of #24716: Added first half of shared UI components by Technical feedback dashboard, creator feedback tab and My suggestions tab (#26749)
26 июл 2026, 04:34
Не верифицирован
26 июл 2026, 04:34
88bc4e1
Код
Авторство
О чём код?
.oppia-feedback-table-container { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; display: flex; flex: 1; flex-direction: column; overflow: hidden; } .oppia-feedback-table-scroll { flex: 1; overflow-y: auto; } .oppia-feedback-table-th { background: #fafafa; border-bottom: 2px solid #e0e0e0; color: #757575; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; padding: 12px; position: sticky; text-align: left; text-transform: uppercase; top: 0; z-index: 2; } .oppia-feedback-table-td { border-bottom: 1px solid #eee; color: #424242; padding: 14px 12px; vertical-align: middle; } .oppia-feedback-table-row { cursor: pointer; transition: background-color 0.1s ease; } .oppia-feedback-table-row:hover { background-color: #f5f5f5; } .oppia-feedback-table-col-status { width: 160px; } .oppia-feedback-table-col-category { width: 160px; } .oppia-feedback-table-col-source { width: 100px; } .oppia-feedback-table-desc { display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; text-overflow: ellipsis; } .oppia-feedback-table-pagination { align-items: center; background: #fff; border-top: 1px solid #e0e0e0; display: flex; flex-shrink: 0; gap: 10px; justify-content: flex-end; padding: 14px 16px; } .oppia-feedback-table-pagination-label { color: #757575; font-size: 13px; margin-right: 8px; } .oppia-feedback-table-pagination-btn { align-items: center; background: #fff; border: 1px solid #e0e0e0; border-radius: 4px; color: #424242; cursor: pointer; display: flex; font-size: 13px; gap: 2px; justify-content: center; padding: 4px 12px; transition: background-color 0.1s ease, border-color 0.1s ease; } .oppia-feedback-table-pagination-btn:disabled { cursor: not-allowed; opacity: 0.5; } .oppia-feedback-empty-state { width: 100%; }