Introduced delete line function. No implementation yet

This commit is contained in:
P-A
2026-02-05 21:50:37 +01:00
parent 93b69aefc9
commit 16393b221f
2 changed files with 16 additions and 5 deletions

View File

@@ -90,16 +90,21 @@ homework-vocabulary-task > input {
width: 40%;
}
homework-vocabulary-task > #images {
display: flex;
flex-flow: row nowrap;
}
homework-vocabulary-task > img {
height: 1.1em;
width: 1.1em;
}
homework-vocabulary-task > img#delete:hover {
border-radius: .3em;
box-shadow: 0 0 2px 1px #707070;
}
homework-vocabulary-task > img#delete:active {
border-radius: .3em;
box-shadow: 0 0 3px 2px #707070;
}
homework-vocabulary-task > img.disabled {
display: none;
}