File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/Elastic.Documentation.Site/Assets Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ document.addEventListener('htmx:load', function () {
2525 initSmoothScroll ( )
2626 openDetailsWithAnchor ( )
2727 initDismissibleBanner ( )
28- tippy ( '[data-tippy-content]:not([data-tippy-content=""])' )
28+ tippy ( '[data-tippy-content]:not([data-tippy-content=""])' , {
29+ delay : [ 400 , 100 ] ,
30+ } )
2931} )
3032
3133// Don't remove style tags because they are used by the elastic global nav.
Original file line number Diff line number Diff line change 175175 background-color : var (--color-white );
176176 border : 1px solid var (--color-grey-20 );
177177 font-weight : normal;
178- & [data-tippy-content ]: not ([data-tippy-content = "" ]) {
178+ & [data-tippy-content ]: not ([data-tippy-content = '' ]) {
179179 cursor : help;
180180 }
181181 }
You can’t perform that action at this time.
0 commit comments