mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Removes unused SCSS files from deprecated custom URL editor (#26474)
This commit is contained in:
parent
97f0dcb916
commit
15095f8a21
3 changed files with 1 additions and 46 deletions
|
@ -1,5 +1,4 @@
|
|||
@import 'components/custom_url_editor/index';
|
||||
@import 'components/custom_url_editor_old/index';
|
||||
@import 'components/job_timepicker_modal/index';
|
||||
@import 'jobs_list/index'; // SASSTODO: Various EUI overwrites throughout this folder
|
||||
@import 'new_job/index'; // SASSTODO: Lots of files need rewrites in here
|
||||
@import 'new_job/index'; // SASSTODO: Lots of files need rewrites in here
|
||||
|
|
|
@ -1,43 +0,0 @@
|
|||
// SASSTODO: Some specific sizing in here looks dangerous to touch
|
||||
.ml-custom-url-manager {
|
||||
.add-url-input {
|
||||
display: block;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.link-to-label {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
label.disabled {
|
||||
color: $euiColorLightShade;
|
||||
}
|
||||
|
||||
.entity-input {
|
||||
display: inline-block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.custom-url, .add-url-time-range {
|
||||
display: flex;
|
||||
position: relative;
|
||||
padding-right: 30px;
|
||||
button.remove-button {
|
||||
top: 27px;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
select {
|
||||
height: $euiSizeXXL;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
@import 'custom_url_editor';
|
Loading…
Add table
Add a link
Reference in a new issue