Skip to content

Commit

Permalink
Update the icons
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletM committed Sep 10, 2024
1 parent 9b71d51 commit 8358329
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 24 deletions.
20 changes: 0 additions & 20 deletions docs/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -581,26 +581,6 @@ html[data-theme='dark'] .theme-doc-sidebar-menu.menu__list>li:nth-child(3)>div>[
background-image: url(../../static/img/Pipelines-Active-1.svg);
}

/* Integrations */

.theme-doc-sidebar-menu.menu__list>li:nth-child(4)>div>a::before {
background-image: url(../../static/img/UsingLoadedData-Inactive.svg);
}

.theme-doc-sidebar-menu.menu__list>li:hover:nth-child(4)>div>a::before,
.theme-doc-sidebar-menu.menu__list>li:nth-child(4)>div>[aria-expanded="true"]::before {
background-image: url(../../static/img/UsingLoadedData-Active.svg);
}

html[data-theme='dark'] .theme-doc-sidebar-menu.menu__list>li:nth-child(4)>div>a::before {
background-image: url(../../static/img/UsingLoadedData-Inactive-1.svg);
}

html[data-theme='dark'] .theme-doc-sidebar-menu.menu__list>li:hover:nth-child(4)>div>a::before,
html[data-theme='dark'] .theme-doc-sidebar-menu.menu__list>li:nth-child(4)>div>[aria-expanded="true"]::before {
background-image: url(../../static/img/UsingLoadedData-Active-1.svg);
}

/* Sources */

.theme-doc-sidebar-menu.menu__list>li:nth-child(5)>div>a::before {
Expand Down
14 changes: 13 additions & 1 deletion docs/website/static/img/Sources-Active-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/website/static/img/Sources-Active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/website/static/img/Sources-Inactive-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/website/static/img/Sources-Inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8358329

Please sign in to comment.