Skip to content
Snippets Groups Projects
Commit 26dc2be6 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use different icons for different states, fixes #2414

Closes #2414

Merge request studip/studip!1608
parent 9e3af772
No related branches found
No related tags found
No related merge requests found
......@@ -138,13 +138,13 @@ fieldset.attribute_table {
}
td .course-completion {
@include background-icon(radiobutton-checked, status-red);
@include background-icon(span-empty, status-red);
&[data-course-completion="1"] {
@include background-icon(radiobutton-checked, status-yellow);
@include background-icon(span-2quarter, status-yellow);
}
&[data-course-completion="2"] {
@include background-icon(radiobutton-checked, status-green);
@include background-icon(span-full, status-green);
}
&.ajaxing {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment