Skip to content
Snippets Groups Projects

Warning icon added before deprecated modules

2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -200,3 +200,8 @@ td.module-list__description {
.claro-details .admin-missing {
color: var(--color-maximumred);
}
.module-link--non-stable {
padding-inline-start: 1.25rem;
background: url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e") no-repeat center left transparent;
}
Loading