Skip to content
Snippets Groups Projects

Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers

Open Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers
2 unresolved threads
Open Ben Mullins requested to merge issue/drupal-2845319:2845319-the-highlighting-of into 9.3.x
2 unresolved threads
3 files
+ 32
3
Compare changes
  • Side-by-side
  • Inline
Files
3
  • 2afbf15b
    Issue #3215044 by quietone, murilohp, larowlan, Gábor Hojtsy, catch, dww,... · 2afbf15b
    catch authored
    Issue #3215044 by quietone, murilohp, larowlan, Gábor Hojtsy, catch, dww, daffie: Promote the non-stable statuses in admin/appearance page, optionally even visually
    
    (cherry picked from commit 44a1bff1)
@@ -255,6 +255,10 @@ small .admin-link:after {
@@ -255,6 +255,10 @@ small .admin-link:after {
.theme-info__description {
.theme-info__description {
margin-top: 0;
margin-top: 0;
}
}
 
.theme-link--non-stable {
 
padding-left: 18px;
 
background: url(../../../misc/icons/e29700/warning.svg) 0 50% no-repeat; /* LTR */
 
}
.system-themes-list {
.system-themes-list {
margin-bottom: 20px;
margin-bottom: 20px;
}
}
Loading