Skip to content
Snippets Groups Projects

Issue #3347736: Create new SDC component for Olivero (header-search)

Open Issue #3347736: Create new SDC component for Olivero (header-search)
3 unresolved threads
3 unresolved threads
5 files
+ 62
0
Compare changes
  • Side-by-side
  • Inline
Files
5
  • e700aa81
    Issue #3444740 by ahsannazir, Utkarsh_33, Gauravvvv, Kanchan Bhogade,... · e700aa81
    Théodore Biadala authored
    Issue #3444740 by ahsannazir, Utkarsh_33, Gauravvvv, Kanchan Bhogade, smustgrave, bnjmnm, nod_: Layout shift on displays in views page
@@ -253,3 +253,14 @@ img {
@@ -253,3 +253,14 @@ img {
outline: var(--focus-outline);
outline: var(--focus-outline);
box-shadow: var(--focus-box-shadow);
box-shadow: var(--focus-box-shadow);
}
}
 
 
/**
 
* These elements should not be displayed until they are processed
 
* by JavaScript, and views-ui-noscript.css exists so browsers
 
* without JavaScript will still display them
 
*/
 
 
.views-tabs,
 
.views-display-top > input.button {
 
display: none;
 
}
Loading