Graph: Improves graph edit options in side pane (#24352)

* Graph: Improves graph edit options in side pane

* Fixed spell issue and order

* Fixed ts issue
This commit is contained in:
Torkel Ödegaard
2020-05-07 10:54:05 +02:00
committed by GitHub
parent 5800009951
commit 26f15233fb
11 changed files with 194 additions and 121 deletions

View File

@@ -154,7 +154,7 @@ $scrollbarBorder: $gray-7;
// Tables
// -------------------------
$table-bg-accent: $gray-5; // for striping
$table-bg-accent: #fafafa;
$table-border: $gray-3; // table and cell border
$table-bg-odd: $gray-6;