mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
* Fix node-details-test for search * Label spacing and matched text truncation * Delete pinned search on backspace, add hint for metrics, escape % in URL * Fix text-bg on node highlight * Added tests for search-utils * Fix matching of other topologies, added comment re quick clear * s/cx/classnames/ * Ignore MoC keys when search in focus, blur on Esc * Fixes search term highlighting on-hover * Fix SVG exports * Fine-tuned search item rendering * Fixed search highlighting in the details panel * Dont throb node on hover * Hotkey for search: '/' * Keep focus on search when tabbing away from the browser * bring hovered node to top * background for search results on hover * fixed height for foreign object to prevent layout glitches * Dont blur focused nodes on search * More robust metric matchers * More meaningful search hints
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
@import "main";
|
|
|
|
@background-color: lighten(@primary-color, 75%);
|
|
@background-lighter-color: lighten(@background-color, 10%);
|
|
@background-darker-color: darken(@background-color, 20%);
|
|
@background-darker-secondary-color: darken(@background-color, 15%);
|
|
@background-dark-color: @primary-color;
|
|
@text-color: darken(@primary-color, 20%);
|
|
@text-secondary-color: lighten(@text-color, 10%);
|
|
@text-tertiary-color: lighten(@text-color, 20%);
|
|
@border-light-color: lighten(@text-color, 50%);
|
|
@text-darker-color: darken(@text-color, 20%);
|
|
@white: @background-lighter-color;
|
|
|
|
@node-opacity-blurred: 0.6;
|
|
@node-highlight-fill-opacity: 0.3;
|
|
@node-highlight-stroke-opacity: 0.5;
|
|
@node-highlight-stroke-width: 3px;
|
|
@node-border-stroke-width: 5px;
|
|
@node-pseudo-opacity: 1;
|
|
@edge-highlight-opacity: 0.3;
|
|
@edge-opacity-blurred: 0;
|
|
@edge-opacity: 0.5;
|
|
@edge-link-stroke-width: 3px;
|
|
|
|
@btn-opacity-default: 1;
|
|
@btn-opacity-hover: 1;
|
|
@btn-opacity-selected: 1;
|
|
|
|
@link-opacity-default: 1;
|
|
|
|
@search-border-color: @background-darker-color;
|
|
@search-border-width: 2px;
|