Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jan 3, 2023
1 parent 4de9188 commit a95a51e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SearchBlock/edit.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

.cms-ui {
.aboveSearchblockOverlay {
background: pink;
padding: 0.4rem;
background: pink;
}
}

.aboveSearchblockOverlay {
z-index: @overlayZIndex + 1;
position: relative;
z-index: @overlayZIndex + 1;

.ui.tabular.menu {
border: none;
Expand All @@ -26,8 +26,8 @@
}

&:hover {
box-shadow: none;
background-color: transparent !important;
box-shadow: none;
}
}
}
Expand All @@ -47,9 +47,9 @@

.searchlib-edit-overlay {
position: absolute;
z-index: @overlayZIndex;
width: 100%;
height: 100%;
z-index: @overlayZIndex;
}

body.has-block-chooser {
Expand Down

0 comments on commit a95a51e

Please sign in to comment.