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

remove special handling of 'new' icons on 'my courses', fixes #1500

Closes #1500

Merge request studip/studip!937
parent ff89329e
No related branches found
No related tags found
No related merge requests found
......@@ -70,15 +70,5 @@ $icon-padding: 3px;
a {
padding: $icon-padding - $border-width;
}
@media (prefers-contrast: more) {
a {
border: 1px dashed mixins.$black;
}
img,
svg {
filter: grayscale(100%) invert(1);
}
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment