Move graph sticky placeholder display:none in common-assets

This commit is contained in:
Konstantinos Triantafyllou 2022-11-01 13:27:16 +02:00
parent 4c628921ae
commit b992ade762
2 changed files with 1 additions and 6 deletions

@ -1 +1 @@
Subproject commit fc2e0b805ae3011f0f181983b27905908e528083
Subproject commit 4c1a6f10dd883650605a0df40c5ba296bf15977d

View File

@ -31,8 +31,3 @@
@dotnav-item-hover-background: @monitor-color;
@dotnav-item-onclick-background: @monitor-color;
@dotnav-item-active-background: @monitor-color;
/* Graph element for terminology page */
#graph_element + .uk-sticky-placeholder {
display: none;
}