@use 'ej2-base/styles/common/mixin' as *;
@use 'definition' as *;
@use 'ej2-base/styles/definition/fabric' as *;
@forward 'ej2-base/styles/definition/fabric';

$diagram-endpoint-handle-color: $theme-primary-font;
$diagram-endpoint-handle-connected-border: $theme-primary-font;
$diagram-endpoint-handle-connected-color: $theme-primary;

$diagram-resize-handle-color: $theme-primary;
$diagram-resize-handle-stroke: $theme-primary;
$diagram-border-stroke: $theme-primary;

$diagram-resize-handle-disable-color: $neutral-tertiary;
$diagram-resize-handle-disable-stroke: $theme-primary-font;
$diagram-border-stroke-disabled: $neutral-tertiary;

$diagram-rotate-handle-color: $theme-primary;

$diagram-bezier-handle-color:  $theme-primary-font;
$diagram-bezier-line-color: $theme-primary;

$diagram-highlighter-stroke: $theme-primary;
$diagram-selected-region-stroke: $theme-primary;
$diagram-pivot-line-stroke: $theme-primary;

$diagram-helper-stroke: $theme-primary;

$diagram-text-edit-selection-color: $theme-primary-font;
$diagram-text-edit-selection-background: $theme-primary;

$diagram-symbolpalette-hover: $neutral-light;
$diagram-symbolpalette-shape-radius: 4px;
$diagram-symbolpalette-selected: $neutral-quintenaryalt;

$diagram-tooltip: none;

$palette-background-color: $neutral-white;

$diagram-ruler-color: $neutral-secondary-alt;
$diagram-ruler-font-size: 10px;
$diagram-ruler-marker-stroke: $theme-primary;
$diagram-ruler-marker-background-color: $neutral-white;
$diagram-ruler-label-fill:  $neutral-secondary-alt;
$diagram-ruler-tick-stroke: $neutral-tertiary-alt;
$diagram-background-color: $neutral-white;
$diagram-overview-resizer-color:$theme-primary;

$diagram-editbox-background: $theme-primary-font;
$diagram-editbox-fontcolor: $theme-light-font;
$diagram-border-stroke-width: 2;
$diagram-lane-border-stroke-width: 2;
$diagram-highlighter-border-stroke-width: 2;
$diagram-border-strokes: $theme-primary;
$diagram-lane-border-strokes: $theme-primary;

$diagram-multiselect-stroke: $diagram-resize-handle-stroke;

.e-icons {
  font-family: 'e-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

@include export-module('diagram-fabric-icons') {

  .e-symbolpalette {
    .e-clear-searchtext::before{ content: '\e60a'; }
  }
}
