Skip to content

Commit

Permalink
fix: documentFirstHeading in subsites without style (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi authored Nov 10, 2023
1 parent 63f3b5b commit 9588073
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
### Fix

- Sistemata la visualizzazione della tipologia del bando nel template del blocco elenco 'Bandi'
- Rimosso titolo della pagina nei sottositi senza nessuno stile applicato

## Versione 10.2.0 (06/11/2023)

Expand Down
1 change: 0 additions & 1 deletion src/theme/ItaliaTheme/Subsites/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
@import '~bootstrap/scss/mixins';

@import 'mixin';
@import 'homepage';
9 changes: 0 additions & 9 deletions src/theme/ItaliaTheme/Subsites/_homepage.scss

This file was deleted.

10 changes: 10 additions & 0 deletions src/theme/ItaliaTheme/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ body.public-ui.contenttype-lrf {
.sidebar-container-enter-done {
z-index: 150000 !important;
}

body.subsite.subsite-root {
&,
.public-ui {
.documentFirstHeading,
#briciole {
display: none;
}
}
}

0 comments on commit 9588073

Please sign in to comment.