-
Notifications
You must be signed in to change notification settings - Fork 159
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
Security Roles and Audit Log Settings follow Dashboard themes #1558
Security Roles and Audit Log Settings follow Dashboard themes #1558
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
@@ -5,7 +5,3 @@ | |||
.form-row { | |||
max-width: 800px; | |||
} | |||
|
|||
pre code { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before:
After:
This is on Security -> Audit Logs -> Compliance Settings (Configure)
This could use a more subdued color, but I thought it would be reasonable to remove and use the colors shipped with EuiCodeEditor
.
@@ -14,7 +14,7 @@ | |||
*/ | |||
|
|||
.panel-header-count { | |||
color: #687078; | |||
color: $euiTextSubduedColor; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## main #1558 +/- ##
=======================================
Coverage 66.06% 66.06%
=======================================
Files 93 93
Lines 2328 2328
Branches 310 310
=======================================
Hits 1538 1538
Misses 722 722
Partials 68 68 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@kamingleung Could you review this small security-dashboards-plugin PR to remove 2 instances of hardcoded colors? |
Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit c10031f)
Description
There are 2 instances in this repo of hardcoded colors:
This PR either updates or removes the instance of the hardcoded color to comply with #1471
Category
Maintenance
Issues Resolved
#1471
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.