Skip to content

Commit

Permalink
Remove some styling overrides (opensearch-project#594)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler committed Sep 1, 2023
1 parent 3bdcb64 commit eb178d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions public/pages/DetectorConfig/DetectorConfig.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
*/

.enabled {
height: 14.3px;
width: 267.91px;
color: #454545;
font-family: 'Helvetica Neue';
font-size: 12px;
letter-spacing: 0;
line-height: 14px;
}

.enabledLongerWidth {
Expand Down
3 changes: 1 addition & 2 deletions public/pages/DetectorConfig/containers/DetectorJobs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export const DetectorJobs = (props: DetectorJobsProps) => {
props.detector,
isHCDetector,
false,
false,
'enabled'
false
)}
</p>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ exports[`<DetectorConfig /> spec renders the component 1`] = `
class="enabled"
>
<div
class="euiHealth euiHealth--textSizeS enabled"
class="euiHealth euiHealth--textSizeS"
data-test-subj="detectorStateInitializing"
>
<div
Expand Down Expand Up @@ -2328,7 +2328,7 @@ exports[`<DetectorConfig /> spec renders the component with 2 custom and 1 simpl
class="enabled"
>
<div
class="euiHealth euiHealth--textSizeS enabled"
class="euiHealth euiHealth--textSizeS"
data-test-subj="detectorStateInitializing"
>
<div
Expand Down

0 comments on commit eb178d1

Please sign in to comment.