forked from opensearch-project/security-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update selection panel component for the "Create detection rule" (ope…
…nsearch-project#594) * [FEATURE] Update selection panel component for the "Create detection rule" page opensearch-project#587 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update selection panel component for the "Create detection rule" page opensearch-project#587 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update selection panel component for the "Create detection rule" page opensearch-project#587 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Update selection panel component for the "Create detection rule" page opensearch-project#587 Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]>
- Loading branch information
1 parent
6d93206
commit 1373523
Showing
7 changed files
with
256 additions
and
192 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.