Skip to content

Commit

Permalink
Remove excessive styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof committed Mar 22, 2019
1 parent 1b446e8 commit 6ae639c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import './annotation';
@import './gauge';
@import './metric';
@import './legend';
@import './timeseries_chart';
@import './top_n';

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
@import '@elastic/eui/src/components/tool_tip/mixins';

.tvbVisTimeSeries {
position: relative;
display: flex;
flex-direction: column;
flex: 1 0 auto;
}

.tvbVisTimeSeries__content {
position: absolute;
top: 0;
right: 0;
Expand All @@ -20,28 +13,6 @@
overflow: visible; // Ensures the tooltip doesn't cause scrollbars
}

.tvbVisTimeSeries__visualization {
cursor: crosshair;
display: flex;
flex-direction: column;
flex: 1 0 auto;
position: relative;

> .tvbVisTimeSeries__container {
min-width: 1px;
width: 100%;
height: 100%;
}
}

.tvbVisTimeSeries__container {
@include euiFontSizeXS;
position: relative;
display: flex;
flex-direction: column;
flex: 1 0 auto;
}

.tvbVisTimeSeries__axisLabel {
font-weight: $euiFontWeightBold;
color: $tvbTextColor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
flex-direction: column;
width: 100%;
height: 100%;
overflow: auto;
position: relative;
padding: $euiSizeS;
flex: 1 1 100%;
Expand Down

0 comments on commit 6ae639c

Please sign in to comment.