fix add more student

This commit is contained in:
2026-06-30 16:15:30 +07:00
parent 3e53cb6664
commit 1d54acccbc
2 changed files with 115 additions and 7 deletions

View File

@@ -4367,7 +4367,7 @@ input:checked + .slider:before {
.exam-student-hit {
display: grid;
grid-template-columns: auto 1fr auto;
grid-template-columns: auto auto 1fr auto;
align-items: center;
gap: 0.85rem;
padding: 0.85rem 1rem;
@@ -4377,6 +4377,15 @@ input:checked + .slider:before {
transition: var(--transition);
}
.exam-student-hit--added {
opacity: 0.85;
}
.exam-student-hit--selected {
border-color: var(--accent);
background-color: var(--accent-light, #fff5f5);
}
.exam-student-hit:hover {
border-color: var(--accent);
box-shadow: 0 2px 10px rgba(187, 33, 38, 0.08);