Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
15 files
+ 657
58
Compare changes
  • Side-by-side
  • Inline
Files
15
  • ed951b05
    Issue #3215043 by Spokje, larowlan, quietone, dww, srilakshmier, paulocs,... · ed951b05
    catch authored
    Issue #3215043 by Spokje, larowlan, quietone, dww, srilakshmier, paulocs, yogeshmpawar, catch, Gábor Hojtsy, benjifisher, AaronMcHale, phenaproxima, kim.pepper, fubarhouse: Indicate the non-stable statuses in admin/modules page
    
    (cherry picked from commit 24893484)
@@ -195,6 +195,15 @@ small .admin-link:after {
[dir="rtl"] .module-link-configure {
background-position: top 50% right 0;
}
.module-link--non-stable {
padding-left: 18px;
background: url(../../../misc/icons/e29700/warning.svg) 0 50% no-repeat; /* LTR */
}
[dir="rtl"] .module-link--non-stable {
padding-right: 18px;
padding-left: 0;
background-position: top 50% right 0;
}
/* Status report. */
.system-status-report__status-title {
Loading