mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
335cec07a5
* WIP: initial panel links editor * WIP: Added dashboard migration to new panel drilldown link schema * Make link_srv interpolate new variables * Fix failing tests * Drilldown: Add context menu to graph viz (#17284) * Add simple context menu for adding graph annotations and showing drilldown links * Close graph context menu when user start scrolling * Move context menu component to grafana/ui * Make graph context menu appear on click, use cmd/ctrl click for quick annotations * Move graph context menu controller to separate file * Drilldown: datapoint variables interpolation (#17328) * Add simple context menu for adding graph annotations and showing drilldown links * Close graph context menu when user start scrolling * Move context menu component to grafana/ui * Make graph context menu appear on click, use cmd/ctrl click for quick annotations * Add util for absolute time range transformation * Add series name and datapoint timestamp interpolation * Rename drilldown link variables tot snake case, use const values instead of strings in tests * Bring LinkSrv.getPanelLinkAnchorInfo for compatibility reasons and add deprecation warning * Rename seriesLabel to seriesName * Drilldown: use separate editors for panel and series links (#17355) * Use correct target ini context menu links * Rename PanelLinksEditor to DrilldownLinksEditor and mote it to grafana/ui * Expose DrilldownLinksEditor as an angular directive * Enable visualization specifix drilldown links * Props interfaces rename * Drilldown: Add variables suggestion and syntax highlighting for drilldown link editor (#17391) * Add variables suggestion in drilldown link editor * Enable prism * Fix backspace not working * Move slate value helpers to grafana/ui * Add syntax higlighting for links input * Rename drilldown link components to data links * Add template variabe suggestions * Bugfix * Fix regexp not working in Firefox * Display correct links in panel header corner * bugfix * bugfix * Bugfix * Context menu UI tweaks * Use data link terminology instead of drilldown * DataLinks: changed autocomplete syntax * Use singular form for data link * Use the same syntax higlighting for built-in and template variables in data links editor * UI improvements to context menu * UI review tweaks * Tweak layout of data link editor * Fix vertical spacing * Remove data link header in context menu * Remove pointer cursor from series label in context menu * Fix variable selection on click * DataLinks: migrations for old links * Update docs about data links * Use value time instead of time range when interpolating datapoint timestamp * Remove not used util * Update docs * Moved icon a bit more down * Interpolate value ts only when using __value_time variable * Bring href property back to LinkModel * Add any type annotations * Fix TS error on slate's Value type * minor changes
407 lines
9.6 KiB
SCSS
407 lines
9.6 KiB
SCSS
/***
|
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
|
*
|
|
* Do not modify this file!
|
|
* - Edit grafana-ui/src/themes/dark.ts to regenerate
|
|
* - Edit grafana-ui/src/themes/_variables.dark.scss.tmpl.ts to update template
|
|
*
|
|
* !!! THIS FILE WAS GENERATED AUTOMATICALLY !!!
|
|
*/
|
|
|
|
// Global values
|
|
// --------------------------------------------------
|
|
|
|
$theme-name: dark;
|
|
|
|
// New Colors
|
|
// -------------------------
|
|
$blue-faint: #041126;
|
|
$blue-light: #5794f2;
|
|
$blue-base: #3274d9;
|
|
$blue-shade: #1f60c4;
|
|
$red-base: #e02f44;
|
|
$red-shade: #c4162a;
|
|
$green-base: #299c46;
|
|
$green-shade: #23843b;
|
|
|
|
// Grays
|
|
// -------------------------
|
|
$black: #000000;
|
|
$dark-1: #141414;
|
|
$dark-2: #161719;
|
|
$dark-3: #1f1f20;
|
|
$dark-4: #212124;
|
|
$dark-5: #222426;
|
|
$dark-6: #262628;
|
|
$dark-7: #292a2d;
|
|
$dark-8: #2f2f32;
|
|
$dark-9: #343436;
|
|
$dark-10: #424345;
|
|
$gray-1: #555555;
|
|
$gray-2: #8e8e8e;
|
|
$gray-3: #b3b3b3;
|
|
$gray-4: #d8d9da;
|
|
$gray-5: #ececec;
|
|
$gray-6: #f4f5f8;
|
|
|
|
$gray-blue: #212327;
|
|
$input-black: #09090b;
|
|
|
|
$white: #ffffff;
|
|
|
|
// Accent colors
|
|
// -------------------------
|
|
$blue: #33b5e5;
|
|
$red: $red-base;
|
|
$yellow: #ecbb13;
|
|
$orange: #eb7b18;
|
|
$purple: #9933cc;
|
|
$variable: #32d1df;
|
|
|
|
$brand-primary: #eb7b18;
|
|
$brand-success: #299c46;
|
|
$brand-warning: #eb7b18;
|
|
$brand-danger: #e02f44;
|
|
|
|
$query-red: #e02f44;
|
|
$query-green: #74e680;
|
|
$query-purple: #fe85fc;
|
|
$query-orange: #eb7b18;
|
|
$query-keyword: #66d9ef;
|
|
|
|
// Status colors
|
|
// -------------------------
|
|
$online: #299c46;
|
|
$warn: #f79520;
|
|
$critical: #e02f44;
|
|
|
|
// Scaffolding
|
|
// -------------------------
|
|
$body-bg: #161719;
|
|
$page-bg: #161719;
|
|
|
|
$body-color: #d8d9da;
|
|
$text-color: #d8d9da;
|
|
$text-color-strong: #ffffff;
|
|
$text-color-weak: #8e8e8e;
|
|
$text-color-faint: #222426;
|
|
$text-color-emphasis: #ececec;
|
|
|
|
$text-shadow-faint: 1px 1px 4px rgb(45, 45, 45);
|
|
$textShadow: none;
|
|
|
|
// gradients
|
|
$brand-gradient: linear-gradient(
|
|
to right,
|
|
rgba(255, 213, 0, 0.7) 0%,
|
|
rgba(255, 68, 0, 0.7) 99%,
|
|
rgba(255, 68, 0, 0.7) 100%
|
|
);
|
|
|
|
$page-gradient: linear-gradient(180deg, $dark-5 10px, dark-2 100px);
|
|
$edit-gradient: linear-gradient(180deg, $dark-2 50%, $input-black);
|
|
|
|
// Links
|
|
// -------------------------
|
|
$link-color: #d8d9da;
|
|
$link-color-disabled: #8e8e8e;
|
|
$link-hover-color: #ffffff;
|
|
$external-link-color: #33b5e5;
|
|
|
|
// Typography
|
|
// -------------------------
|
|
$headings-color: #d8d9da;
|
|
$abbr-border-color: $gray-2 !default;
|
|
$text-muted: $text-color-weak;
|
|
|
|
$hr-border-color: $dark-9;
|
|
|
|
// Panel
|
|
// -------------------------
|
|
$panel-bg: $dark-4;
|
|
$panel-border: solid 1px $dark-1;
|
|
$panel-header-hover-bg: $dark-9;
|
|
$panel-corner: $panel-bg;
|
|
|
|
// page header
|
|
$page-header-bg: linear-gradient(90deg, $dark-7, $black);
|
|
$page-header-shadow: inset 0px -4px 14px $dark-3;
|
|
$page-header-border-color: $dark-9;
|
|
|
|
$divider-border-color: $gray-1;
|
|
|
|
// Graphite Target Editor
|
|
$tight-form-func-bg: $dark-9;
|
|
$tight-form-func-highlight-bg: $dark-10;
|
|
|
|
$modal-backdrop-bg: #353c42;
|
|
$code-tag-bg: $dark-1;
|
|
$code-tag-border: $dark-9;
|
|
|
|
// cards
|
|
$card-background: linear-gradient(135deg, $dark-8, $dark-6);
|
|
$card-background-hover: linear-gradient(135deg, $dark-9, $dark-6);
|
|
$card-shadow: -1px -1px 0 0 hsla(0, 0%, 100%, 0.1), 1px 1px 0 0 rgba(0, 0, 0, 0.3);
|
|
|
|
// Lists
|
|
$list-item-bg: $card-background;
|
|
$list-item-hover-bg: $card-background-hover;
|
|
$list-item-link-color: $text-color;
|
|
$list-item-shadow: $card-shadow;
|
|
|
|
$empty-list-cta-bg: $gray-blue;
|
|
|
|
// Scrollbars
|
|
$scrollbarBackground: #404357;
|
|
$scrollbarBackground2: $dark-10;
|
|
$scrollbarBorder: black;
|
|
|
|
// Tables
|
|
// -------------------------
|
|
$table-bg-accent: $dark-6; // for striping
|
|
$table-border: $dark-6; // table and cell border
|
|
|
|
$table-bg-odd: $dark-3;
|
|
$table-bg-hover: $dark-6;
|
|
|
|
// Buttons
|
|
// -------------------------
|
|
$btn-secondary-bg: $blue-base;
|
|
$btn-secondary-bg-hl: $blue-shade;
|
|
|
|
$btn-primary-bg: $green-base;
|
|
$btn-primary-bg-hl: $green-shade;
|
|
|
|
$btn-success-bg: $green-base;
|
|
$btn-success-bg-hl: $green-shade;
|
|
|
|
$btn-danger-bg: $red-base;
|
|
$btn-danger-bg-hl: $red-shade;
|
|
|
|
$btn-inverse-bg: $dark-6;
|
|
$btn-inverse-bg-hl: lighten($dark-6, 4%);
|
|
$btn-inverse-text-color: $link-color;
|
|
$btn-inverse-text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
$btn-link-color: $gray-3;
|
|
|
|
$iconContainerBackground: $black;
|
|
|
|
$btn-divider-left: $dark-9;
|
|
$btn-divider-right: $dark-3;
|
|
|
|
$btn-drag-image: '../img/grab_dark.svg';
|
|
|
|
$navbar-btn-gicon-brightness: brightness(0.5);
|
|
|
|
// Forms
|
|
// -------------------------
|
|
$input-bg: $input-black;
|
|
$input-bg-disabled: $dark-6;
|
|
|
|
$input-color: $gray-4;
|
|
$input-border-color: $dark-6;
|
|
$input-box-shadow: inset 1px 0px 4px 0px rgba(150, 150, 150, 0.1);
|
|
$input-border-focus: $dark-6 !default;
|
|
$input-box-shadow-focus: $blue-light !default;
|
|
$input-color-placeholder: $gray-1 !default;
|
|
$input-label-bg: $gray-blue;
|
|
$input-label-border-color: $dark-6;
|
|
$input-color-select-arrow: $white;
|
|
|
|
// Input placeholder text color
|
|
$placeholderText: darken($text-color, 25%);
|
|
|
|
// Search
|
|
$search-shadow: 0 0 30px 0 $black;
|
|
$search-filter-box-bg: $gray-blue;
|
|
|
|
// Typeahead
|
|
$typeahead-shadow: 0 5px 10px 0 $black;
|
|
$typeahead-selected-bg: $dark-9;
|
|
$typeahead-selected-color: $yellow;
|
|
|
|
// Dropdowns
|
|
// -------------------------
|
|
$dropdownBackground: $dark-6;
|
|
$dropdownBorder: rgba(0, 0, 0, 0.2);
|
|
$dropdownDividerTop: transparent;
|
|
$dropdownDividerBottom: #444;
|
|
|
|
$dropdownLinkColor: $text-color;
|
|
$dropdownLinkColorHover: $white;
|
|
$dropdownLinkColorActive: $white;
|
|
|
|
$dropdownLinkBackgroundHover: $dark-9;
|
|
|
|
// Horizontal forms & lists
|
|
// -------------------------
|
|
$horizontalComponentOffset: 180px;
|
|
|
|
// Navbar
|
|
// -------------------------
|
|
$navbarHeight: 55px;
|
|
|
|
$navbarBackground: $panel-bg;
|
|
$navbarBorder: 1px solid $dark-6;
|
|
|
|
$navbarButtonBackground: $navbarBackground;
|
|
$navbarButtonBackgroundHighlight: $body-bg;
|
|
|
|
$navbar-button-border: #2f2f32;
|
|
|
|
// Sidemenu
|
|
// -------------------------
|
|
$side-menu-bg: $black;
|
|
$side-menu-bg-mobile: $side-menu-bg;
|
|
$side-menu-item-hover-bg: $dark-3;
|
|
$side-menu-shadow: 0 0 20px black;
|
|
$side-menu-link-color: $link-color;
|
|
|
|
// Menu dropdowns
|
|
// -------------------------
|
|
$menu-dropdown-bg: $body-bg;
|
|
$menu-dropdown-hover-bg: $dark-3;
|
|
$menu-dropdown-shadow: 5px 5px 20px -5px $black;
|
|
|
|
// Tabs
|
|
// -------------------------
|
|
$tab-border-color: $dark-9;
|
|
|
|
// Toolbar
|
|
$toolbar-bg: $input-black;
|
|
|
|
// Form states and alerts
|
|
// -------------------------
|
|
$warning-text-color: $warn;
|
|
$error-text-color: #e84d4d;
|
|
$success-text-color: #12d95a;
|
|
|
|
$alert-error-bg: linear-gradient(90deg, $red-base, $red-shade);
|
|
$alert-success-bg: linear-gradient(90deg, $green-base, $green-shade);
|
|
$alert-warning-bg: linear-gradient(90deg, $red-base, $red-shade);
|
|
$alert-info-bg: linear-gradient(100deg, $blue-base, $blue-shade);
|
|
|
|
// popover
|
|
$popover-bg: $dark-2;
|
|
$popover-color: $text-color;
|
|
$popover-border-color: $dark-9;
|
|
$popover-header-bg: $dark-9;
|
|
$popover-shadow: 0 0 20px black;
|
|
|
|
$popover-help-bg: $btn-secondary-bg;
|
|
$popover-help-color: $gray-6;
|
|
|
|
$popover-error-bg: $btn-danger-bg;
|
|
|
|
// Tooltips and popovers
|
|
// -------------------------
|
|
$tooltipColor: $popover-help-color;
|
|
$tooltipArrowWidth: 5px;
|
|
$tooltipLinkColor: $link-color;
|
|
$graph-tooltip-bg: $dark-1;
|
|
|
|
$tooltipBackground: $black;
|
|
$tooltipColor: $gray-4;
|
|
$tooltipArrowColor: $tooltipBackground;
|
|
$tooltipBackgroundError: $brand-danger;
|
|
|
|
// images
|
|
$checkboxImageUrl: '../img/checkbox.png';
|
|
|
|
// info box
|
|
$info-box-border-color: $blue-base;
|
|
|
|
// footer
|
|
$footer-link-color: $gray-2;
|
|
$footer-link-hover: $gray-4;
|
|
|
|
// json-explorer
|
|
$json-explorer-default-color: $text-color;
|
|
$json-explorer-string-color: #23d662;
|
|
$json-explorer-number-color: $variable;
|
|
$json-explorer-boolean-color: $variable;
|
|
$json-explorer-null-color: #eec97d;
|
|
$json-explorer-undefined-color: rgb(239, 143, 190);
|
|
$json-explorer-function-color: #fd48cb;
|
|
$json-explorer-rotate-time: 100ms;
|
|
$json-explorer-toggler-opacity: 0.6;
|
|
$json-explorer-bracket-color: #9494ff;
|
|
$json-explorer-key-color: #23a0db;
|
|
$json-explorer-url-color: #027bff;
|
|
|
|
// Changelog and diff
|
|
// -------------------------
|
|
$diff-label-bg: $dark-3;
|
|
$diff-label-fg: $white;
|
|
|
|
$diff-group-bg: $dark-9;
|
|
$diff-arrow-color: $white;
|
|
|
|
$diff-json-bg: $dark-9;
|
|
$diff-json-fg: $gray-5;
|
|
|
|
$diff-json-added: $blue-shade;
|
|
$diff-json-deleted: $red-shade;
|
|
|
|
$diff-json-old: #a04338;
|
|
$diff-json-new: #457740;
|
|
|
|
$diff-json-changed-fg: $gray-5;
|
|
$diff-json-changed-num: $text-color;
|
|
|
|
$diff-json-icon: $gray-5;
|
|
|
|
//Submenu
|
|
$variable-option-bg: $dropdownLinkBackgroundHover;
|
|
|
|
//Switch Slider
|
|
// -------------------------
|
|
$switch-bg: $input-bg;
|
|
$switch-slider-color: $dark-3;
|
|
$switch-slider-off-bg: $gray-1;
|
|
$switch-slider-on-bg: linear-gradient(90deg, #eb7b18, #d44a3a);
|
|
$switch-slider-shadow: 0 0 3px black;
|
|
|
|
//Checkbox
|
|
// -------------------------
|
|
$checkbox-bg: $dark-1;
|
|
$checkbox-border: 1px solid $gray-1;
|
|
$checkbox-checked-bg: linear-gradient(0deg, #eb7b18, #d44a3a);
|
|
$checkbox-color: $dark-1;
|
|
|
|
//Panel Edit
|
|
// -------------------------
|
|
$panel-editor-shadow: 0 0 20px black;
|
|
$panel-editor-side-menu-shadow: drop-shadow(0 0 10px $black);
|
|
$panel-editor-viz-item-shadow: 0 0 8px $dark-10;
|
|
$panel-editor-viz-item-border: 1px solid $dark-10;
|
|
$panel-editor-viz-item-shadow-hover: 0 0 4px $blue-light;
|
|
$panel-editor-viz-item-border-hover: 1px solid $blue-light;
|
|
$panel-editor-viz-item-bg: $input-black;
|
|
$panel-editor-tabs-line-color: #e3e3e3;
|
|
|
|
$panel-editor-viz-item-bg-hover: darken($blue-base, 46%);
|
|
|
|
$panel-options-group-border: none;
|
|
$panel-options-group-header-bg: $gray-blue;
|
|
|
|
$panel-grid-placeholder-bg: $blue-faint;
|
|
$panel-grid-placeholder-shadow: 0 0 4px $blue-shade;
|
|
|
|
// logs
|
|
$logs-color-unkown: $gray-2;
|
|
|
|
// toggle-group
|
|
$button-toggle-group-btn-active-bg: linear-gradient(90deg, #eb7b18, #d44a3a);
|
|
$button-toggle-group-btn-active-shadow: inset 0 0 4px $black;
|
|
$button-toggle-group-btn-seperator-border: 1px solid $dark-2;
|
|
|
|
$vertical-resize-handle-bg: $dark-10;
|
|
$vertical-resize-handle-dots: $gray-1;
|
|
$vertical-resize-handle-dots-hover: $gray-2;
|
|
|
|
// Calendar
|
|
$calendar-bg-days: $input-bg;
|
|
$calendar-bg-now: $dark-10;
|