QueryTab: Design updates (#23906)

* WIP: first stage

* Another take

* argghhh

* Updated

* My brain is mush

* Minor progress

* Progres

* Starting to work

* Fixes

* fixed e2e
This commit is contained in:
Torkel Ödegaard
2020-04-26 21:59:14 +02:00
committed by GitHub
parent b9a40fc346
commit 49276f2c12
20 changed files with 465 additions and 469 deletions

View File

@ -3,7 +3,7 @@ import { GrafanaTheme } from '@grafana/data';
import { stylesFactory } from '../../themes';
export const getModalStyles = stylesFactory((theme: GrafanaTheme) => {
const backdropBackground = theme.colors.bg1;
const backdropBackground = theme.colors.bg3;
return {
modal: css`