Browse Source

Increases dimming delay for better intentionality

main
Eric Amodio 2 years ago
parent
commit
0431b9631d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 1
src/webviews/apps/plus/graph/graph.scss View File

@ -597,7 +597,7 @@ a {
&.is-missing-hovered-ref-group {
opacity: 0.2;
transition: opacity 0.5s ease-out;
transition-delay: 0.2s;
transition-delay: 0.5s;
}
}
}

Loading…
Cancel
Save