Skip to content

Commit

Permalink
Removed background color definition of 'no search results' box
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp <p.koenig@blockbyte.de>
  • Loading branch information
Philipp committed Mar 24, 2020
1 parent 4b3446e commit 1f13b40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/css/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@ section#sidebar {
section#sidebar > div.scrollBox.active {
display: block; }
section#sidebar > div.scrollBox > p {
background: #fff;
font-size: 120%;
padding: 30px 20px;
font-style: italic;
Expand Down Expand Up @@ -1658,8 +1657,6 @@ body.dark section#sidebar {
background-color: rgba(255, 255, 255, 0.1); }
body.dark section#sidebar > div.scrollBox > ul a > span.drag:hover::before {
background-color: #eee; }
body.dark section#sidebar > div.scrollBox > p {
background: #3d3d3d; }
body.dark section#sidebar ~ a.dragHelper {
background: #3d3d3d !important; }
body.dark section#sidebar ~ a.dragHelper.separator > span.label::after {
Expand Down
4 changes: 0 additions & 4 deletions src/scss/dark/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ body.dark {
}
}
}

> p {
background: $darkContentBackground;
}
}

~ a.dragHelper {
Expand Down
1 change: 0 additions & 1 deletion src/scss/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ section#sidebar {
}

> p {
background: $contentBackground;
font-size: 120%;
padding: 30px 20px;
font-style: italic;
Expand Down

0 comments on commit 1f13b40

Please sign in to comment.