Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaces the Custom Color Picker on TSVB with the EuiColorPicker #68888

Merged
merged 8 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,6 @@
position: relative;
}

.tvbColorPicker__swatch-empty,
.tvbColorPicker__swatch {
// SASSTODO: Replace with EUI component
// sass-lint:disable-block placeholder-in-extend
@extend .euiColorPickerSwatch;
}

.tvbColorPicker__swatch-empty {
background-color: transparent;
background-size: 22px 22px;
background-image: repeating-linear-gradient(
-45deg,
$euiColorDanger,
$euiColorDanger 2px,
transparent 2px,
transparent $euiSize
);
}

.tvbColorPicker__clear {
margin-left: $euiSizeXS;
}

.tvbColorPicker__popover {
position: absolute;
top: $euiSizeL;
z-index: 2;
}

.tvbColorPicker__cover {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import './annotations_editor';
@import './color_rules';
@import './color_picker';
@import './custom_color_picker';
@import './error';
@import './no_data';
@import './markdown_editor';
Expand Down

This file was deleted.

This file was deleted.

Loading