Skip to content
Snippets Groups Projects

Put each entity type table into a details element on admin/config/regional/content-language

2 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 8f711d9d
    Issue #3153265 by kiran.kadam911, hinal05, komalk, mherchel, kishor_kolekar,... · 8f711d9d
    Lauri Timmanee authored
    Issue #3153265 by kiran.kadam911, hinal05, komalk, mherchel, kishor_kolekar, ambuj_gupta, Abhijith S, chetanbharambe, andrewmacpherson: Olivero: Skip link focus should not create layout shift
@@ -43,3 +43,11 @@
@@ -43,3 +43,11 @@
.skip-link:after {
.skip-link:after {
content: "\0020 ➔";
content: "\0020 ➔";
}
}
 
 
.skip-link.focusable:focus {
 
position: absolute !important; /* Override position from module file. */
 
z-index: 503;
 
width: 100%;
 
height: 2.5rem;
 
outline: none;
 
}
Loading