-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* cypress tests update (#581) Signed-off-by: Jovan Cvetkovic <[email protected]> * Update selection panel component for the "Create detection rule" (#594) * [FEATURE] Update selection panel component for the "Create detection rule" page #587 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update selection panel component for the "Create detection rule" page #587 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update selection panel component for the "Create detection rule" page #587 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update selection panel component for the "Create detection rule" page #587 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]> Co-authored-by: Jovan Cvetkovic <[email protected]>
- Loading branch information
1 parent
264de61
commit b840da7
Showing
7 changed files
with
261 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
public/pages/Rules/components/RuleEditor/DetectionVisualEditor.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
.detection-visual-editor { | ||
.euiAccordionForm:nth-of-type(1) { | ||
border-top: 1px solid #D3DAE6; | ||
} | ||
|
||
.euiAccordionForm { | ||
border-top: 0 !important; | ||
} | ||
|
||
.detection-visual-editor-accordion-wrapper { | ||
width: 100%; | ||
.detection-visual-editor-form-row { | ||
max-width: 100%; | ||
.detection-visual-editor-textarea { | ||
max-width: 100%; | ||
padding: 0; | ||
min-height: 100px; | ||
} | ||
} | ||
|
||
.detection-visual-editor-textarea-clear-btn { | ||
align-items: flex-end; | ||
} | ||
|
||
.detection-visual-editor-accordion { | ||
.euiAccordion__childWrapper { | ||
height: auto !important; | ||
} | ||
} | ||
} | ||
|
||
.detection-visual-editor-name { | ||
box-shadow: none; | ||
background-color: transparent; | ||
padding: 0; | ||
} | ||
|
||
.detection-visual-editor-delete-selection { | ||
margin-top: 0 !important; | ||
} | ||
|
||
.euiButtonIcon--danger { | ||
color: $ouiTextSubduedColor !important; | ||
|
||
&:hover { | ||
color: $ouiColorDanger !important; | ||
background-color: transparent !important; | ||
} | ||
} | ||
} |
Oops, something went wrong.