mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 21:50:28 +02:00
feat: Enhance upload modal and chapter preparation templates for improved user experience
This commit is contained in:
@@ -618,6 +618,16 @@ body {
|
||||
border: 1px solid rgba(148, 163, 184, 0.18);
|
||||
}
|
||||
|
||||
button.step-indicator__item {
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
button.step-indicator__item:focus-visible {
|
||||
outline: 2px solid var(--accent);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.step-indicator__index {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
|
||||
Reference in New Issue
Block a user