Skip to content

Commit

Permalink
Fix other conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Sep 10, 2020
1 parent 90e1dda commit 8c61729
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import './config_panel.scss';

import React, { useMemo, memo } from 'react';
import { EuiFlexItem, EuiToolTip, EuiButton, EuiForm } from '@elastic/eui';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,3 @@
display: block;
word-break: break-word;
}

// todo: remove after closing https://github.com/elastic/eui/issues/3548
.lnsDimensionPopover__fixTranslateDnd {
// sass-lint:disable-block no-important
transform: none !important;
}

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import './dimension_popover.scss';
import './dimension_container.scss';

import React, { useState, useEffect } from 'react';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import './layer_panel.scss';

import React, { useContext, useState, useEffect } from 'react';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import 'config_panel/index';
@import 'data_panel_wrapper';
@import 'expression_renderer';
@import 'frame_layout';
Expand Down

0 comments on commit 8c61729

Please sign in to comment.