Skip to content

Commit

Permalink
fix: sidebar styles and sidebar slate list style
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jul 16, 2024
1 parent abb54d5 commit 4b4ae2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/theme/ItaliaTheme/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ body.public-ui.contenttype-lrf {
}
}

.sidebar-container-enter-done {
z-index: 150000 !important;
}

body.subsite.subsite-root {
&,
.public-ui {
Expand Down
9 changes: 9 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ body.cms-ui {
}
}

.sidebar-container-enter-done {
z-index: 150000 !important;
}

.sidebar-container .object-listing,
.icon-align-name {
svg.icon {
Expand Down Expand Up @@ -329,6 +333,11 @@ body.cms-ui {
}
}
}

.slate-editor ul li {
display: list-item;
padding: 0;
}
}

.icon-align-name {
Expand Down

0 comments on commit 4b4ae2f

Please sign in to comment.